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

Unified Diff: chrome/common/chrome_switches.cc

Issue 11189094: Implement sideload wipeout for Extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 2 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/extensions/extension.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
===================================================================
--- chrome/common/chrome_switches.cc (revision 162977)
+++ chrome/common/chrome_switches.cc (working copy)
@@ -625,8 +625,6 @@
// during chrome_browser_main.
const char kEnableProfiling[] = "enable-profiling";
-// Enables or disables extension scripts badges in the location bar.
-const char kScriptBadges[] = "script-badges";
// Controls the support for SDCH filtering (dictionary based expansion of
// content). By default SDCH filtering is enabled. To disable SDCH filtering,
@@ -1150,10 +1148,6 @@
// malware.
const char kSbURLPrefix[] = "safebrowsing-url-prefix";
-// Enable or diable the "script bubble" icon in the URL bar that tells you how
-// many extensions are running scripts on a page.
-const char kScriptBubble[] = "script-bubble";
-
// If present, safebrowsing only performs update when
// SafeBrowsingProtocolManager::ForceScheduleNextUpdate() is explicitly called.
// This is used for testing only.
@@ -1167,6 +1161,13 @@
const char kSbDisableDownloadProtection[] =
"safebrowsing-disable-download-protection";
+// Enables or disables extension scripts badges in the location bar.
+const char kScriptBadges[] = "script-badges";
+
+// Enable or diable the "script bubble" icon in the URL bar that tells you how
+// many extensions are running scripts on a page.
+const char kScriptBubble[] = "script-bubble";
+
// Enables the showing of an info-bar instructing user they can search directly
// from the omnibox.
const char kSearchInOmniboxHint[] = "search-in-omnibox-hint";
@@ -1190,6 +1191,9 @@
// If true the alignment of the launcher can be changed.
const char kShowLauncherAlignmentMenu[] = "show-launcher-alignment-menu";
+// Enables or disables sideload wipeout extension effort.
+const char kSideloadWipeout[] = "sideload-wipeout";
+
// Changes the DCHECKS to dump memory and continue instead of displaying error
// dialog. This is valid only in Release mode when --enable-dcheck is
// specified.
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/extensions/extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698