Commit 9bf2ee4a authored by finnur@chromium.org's avatar finnur@chromium.org

Temporarily disabling the sideload wipeout and sideload warning ui.

This is to make sure it is not to blame for the recent working size set memory regression. Will revert this change when we have more data.

BUG=163697
TEST=None.
Review URL: https://codereview.chromium.org/11419312

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171005 0039d316-1c4b-4281-b951-d872f2087c98
parent 2ada0013
...@@ -38,18 +38,10 @@ class CommonSwitches { ...@@ -38,18 +38,10 @@ class CommonSwitches {
#endif #endif
sideload_wipeout( sideload_wipeout(
switches::kSideloadWipeout, switches::kSideloadWipeout,
#if defined(OS_WIN)
FeatureSwitch::DEFAULT_ENABLED),
#else
FeatureSwitch::DEFAULT_DISABLED), FeatureSwitch::DEFAULT_DISABLED),
#endif
prompt_for_external_extensions( prompt_for_external_extensions(
switches::kPromptForExternalExtensions, switches::kPromptForExternalExtensions,
#if defined(OS_WIN)
FeatureSwitch::DEFAULT_ENABLED),
#else
FeatureSwitch::DEFAULT_DISABLED), FeatureSwitch::DEFAULT_DISABLED),
#endif
tab_capture( tab_capture(
switches::kTabCapture, switches::kTabCapture,
FeatureSwitch::DEFAULT_ENABLED) FeatureSwitch::DEFAULT_ENABLED)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment