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

Unified Diff: chrome/common/chrome_switches.cc

Issue 11014009: Beginnings of the script bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More minor cleanup Created 8 years, 3 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/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index ea056f5e57725d2636647d2bcd463841f4d5b08e..7175d70d1f8e59e32871240ad7bf74408774b40b 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1151,6 +1151,10 @@ const char kSavePageAsMHTML[] = "save-page-as-mhtml";
// malware.
const char kSbURLPrefix[] = "safebrowsing-url-prefix";
+// Enable an icon in the URL bar that tells you how many extensions are running
+// scripts on a page.
+const char kScriptBubbleEnabled[] = "script-bubble-enabled";
+
// If present, safebrowsing only performs update when
// SafeBrowsingProtocolManager::ForceScheduleNextUpdate() is explicitly called.
// This is used for testing only.

Powered by Google App Engine
This is Rietveld 408576698