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

Unified Diff: extensions/common/switches.cc

Issue 114153003: Add an extension bubble explaining which extensions are in dev mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to head Created 7 years 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: extensions/common/switches.cc
diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc
index 6e8e2713d8ac7d9c5428f0b8e81e008b74d12fe6..2c6a39be27d744573dc4e1fed1197a907eeca230 100644
--- a/extensions/common/switches.cc
+++ b/extensions/common/switches.cc
@@ -50,6 +50,9 @@ const char kEventPageSuspendingTime[] = "event-page-unloading-time";
// manifest.
const char kExtensionsOnChromeURLs[] = "extensions-on-chrome-urls";
+// Whether to force developer mode extensions highlighting.
+const char kForceDevModeHighlighting[] = "force-dev-mode-highlighting";
+
// Enables setting global commands through the Extensions Commands API.
const char kGlobalCommands[] = "global-commands";
« chrome/browser/extensions/dev_mode_bubble_controller.cc ('K') | « extensions/common/switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698