Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Unified Diff: chrome/browser/ui/webui/voicesearch_ui.cc

Issue 462533002: Make runtime.reload() work with component extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Eliminate the ENABLED_COMPONENT state. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/voicesearch_ui.cc
diff --git a/chrome/browser/ui/webui/voicesearch_ui.cc b/chrome/browser/ui/webui/voicesearch_ui.cc
index fce6cf7ebc047470c1478af443a08d23d2900d95..cc69aaef5d5d6cfba57d45587521d2b62321f83c 100644
--- a/chrome/browser/ui/webui/voicesearch_ui.cc
+++ b/chrome/browser/ui/webui/voicesearch_ui.cc
@@ -300,9 +300,6 @@ class VoiceSearchDomHandler : public WebUIMessageHandler {
case extensions::Extension::EXTERNAL_EXTENSION_UNINSTALLED:
state = "EXTERNAL_EXTENSION_UNINSTALLED";
break;
- case extensions::Extension::ENABLED_COMPONENT:
- state = "ENABLED_COMPONENT";
- break;
default:
state = "undefined";
}

Powered by Google App Engine
This is Rietveld 408576698