| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 162977)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -628,6 +628,9 @@
|
| // Enables or disables extension scripts badges in the location bar.
|
| const char kScriptBadges[] = "script-badges";
|
|
|
| +// Enables or disables sideload wipeout extension effort.
|
| +const char kSideloadWipeout[] = "sideload-wipeout";
|
| +
|
| // Controls the support for SDCH filtering (dictionary based expansion of
|
| // content). By default SDCH filtering is enabled. To disable SDCH filtering,
|
| // use "--enable-sdch=0" as command line argument. SDCH is currently only
|
|
|