| 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.
|
|
|