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

Unified Diff: chrome/browser/extensions/component_loader.cc

Issue 12212174: Add flag in about:flags page to enable / disable apps-devtool. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 10 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/extensions/component_loader.cc
diff --git a/chrome/browser/extensions/component_loader.cc b/chrome/browser/extensions/component_loader.cc
index 833c482d1c1f947924f620f59d38252258d6f250..30fded4d5474f9940c99012859cc9ce5e37e4ff8 100644
--- a/chrome/browser/extensions/component_loader.cc
+++ b/chrome/browser/extensions/component_loader.cc
@@ -384,7 +384,7 @@ void ComponentLoader::AddDefaultComponentExtensionsWithBackgroundPages(
if (!skip_session_components) {
// Apps Debugger
if (CommandLine::ForCurrentProcess()->HasSwitch(
- switches::kAppsDebugger)) {
+ switches::kAppsDevtool)) {
Add(IDR_APPS_DEBUGGER_MANIFEST,
base::FilePath(FILE_PATH_LITERAL("apps_debugger")));
}
« no previous file with comments | « chrome/browser/extensions/api/developer_private/developer_private_apitest.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698