Commit 6197eb93 authored by kalman@chromium.org's avatar kalman@chromium.org

Remove the NOTREACHED from a switch in chrome_render_view_host_observer.cc;

better for the compiler to catch it.


Review URL: http://codereview.chromium.org/9829010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128158 0039d316-1c4b-4281-b951-d872f2087c98
parent 68f2f9ee
...@@ -138,9 +138,6 @@ void ChromeRenderViewHostObserver::InitRenderViewForExtensions() { ...@@ -138,9 +138,6 @@ void ChromeRenderViewHostObserver::InitRenderViewForExtensions() {
case Extension::TYPE_UNKNOWN: case Extension::TYPE_UNKNOWN:
case Extension::TYPE_THEME: case Extension::TYPE_THEME:
break; break;
default:
NOTREACHED();
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment