summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-16 09:26:28 +0000
committerfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-16 09:26:28 +0000
commit90c780ac1b72d3952280c82bdc3fba51ad9fe677 (patch)
tree0e9a18a4c7851745c8b044c981548afdcac2921d /chrome/common
parente5c88e8926b1916eea2752234d4d07aa9cb5c553 (diff)
downloadchromium_src-90c780ac1b72d3952280c82bdc3fba51ad9fe677.zip
chromium_src-90c780ac1b72d3952280c82bdc3fba51ad9fe677.tar.gz
chromium_src-90c780ac1b72d3952280c82bdc3fba51ad9fe677.tar.bz2
Goodbye Sideload Wipeout. We hardly knew ya.
Now that Sideload Wipeout has run its course, it is time to remove it from the codebase. BUG=154624 TEST=None. Deleting code. Review URL: https://codereview.chromium.org/14175004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194333 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/chrome_switches.cc3
-rw-r--r--chrome/common/chrome_switches.h1
-rw-r--r--chrome/common/extensions/feature_switch.cc9
-rw-r--r--chrome/common/extensions/feature_switch.h1
-rw-r--r--chrome/common/pref_names.cc4
-rw-r--r--chrome/common/pref_names.h1
6 files changed, 0 insertions, 19 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 3611f23..c430051 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1264,9 +1264,6 @@ const char kShowLauncherAlignmentMenu[] = "show-launcher-alignment-menu";
// Marks a renderer as the signin process.
const char kSigninProcess[] = "signin-process";
-// 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.
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index a1717f2..ee7d1de 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -330,7 +330,6 @@ extern const char kScriptBadges[];
extern const char kScriptBubble[];
extern const char kSearchInOmniboxHint[];
extern const char kServiceProcess[];
-extern const char kSideloadWipeout[];
extern const char kSilentLaunch[];
extern const char kSetToken[];
extern const char kShowAppList[];
diff --git a/chrome/common/extensions/feature_switch.cc b/chrome/common/extensions/feature_switch.cc
index cc1ed9c..156cafc 100644
--- a/chrome/common/extensions/feature_switch.cc
+++ b/chrome/common/extensions/feature_switch.cc
@@ -29,11 +29,6 @@ class CommonSwitches {
script_bubble(
switches::kScriptBubble,
FeatureSwitch::DEFAULT_DISABLED),
- sideload_wipeout(
- switches::kSideloadWipeout,
- base::FieldTrialList::FindFullName("SideloadWipeout") == "Enabled" ?
- FeatureSwitch::DEFAULT_ENABLED :
- FeatureSwitch::DEFAULT_DISABLED),
prompt_for_external_extensions(
switches::kPromptForExternalExtensions,
#if defined(OS_WIN)
@@ -49,7 +44,6 @@ class CommonSwitches {
FeatureSwitch easy_off_store_install;
FeatureSwitch script_badges;
FeatureSwitch script_bubble;
- FeatureSwitch sideload_wipeout;
FeatureSwitch prompt_for_external_extensions;
FeatureSwitch tab_capture;
};
@@ -72,9 +66,6 @@ FeatureSwitch* FeatureSwitch::script_badges() {
FeatureSwitch* FeatureSwitch::script_bubble() {
return &g_common_switches.Get().script_bubble;
}
-FeatureSwitch* FeatureSwitch::sideload_wipeout() {
- return &g_common_switches.Get().sideload_wipeout;
-}
FeatureSwitch* FeatureSwitch::prompt_for_external_extensions() {
return &g_common_switches.Get().prompt_for_external_extensions;
}
diff --git a/chrome/common/extensions/feature_switch.h b/chrome/common/extensions/feature_switch.h
index 8e50c8f..1ec5500 100644
--- a/chrome/common/extensions/feature_switch.h
+++ b/chrome/common/extensions/feature_switch.h
@@ -21,7 +21,6 @@ class FeatureSwitch {
static FeatureSwitch* easy_off_store_install();
static FeatureSwitch* script_badges();
static FeatureSwitch* script_bubble();
- static FeatureSwitch* sideload_wipeout();
static FeatureSwitch* prompt_for_external_extensions();
static FeatureSwitch* tab_capture();
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index fb6738b3..9f46a35 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -950,10 +950,6 @@ const char kExtensionToolbarSize[] = "extensions.toolbarsize";
// extension + named command pair.
const char kExtensionCommands[] = "extensions.commands";
-// Integer pref that tracks how often the bubble has been shown to the user.
-const char kExtensionsSideloadWipeoutBubbleShown[] =
- "extensions.sideload_wipeout_bubble_shown";
-
// Pref containing the directory for internal plugins as written to the plugins
// list (below).
const char kPluginsLastInternalDirectory[] = "plugins.last_internal_directory";
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index dfbb9de..62a6643 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -347,7 +347,6 @@ extern const char kCurrentThemeDisplayProperties[];
extern const char kExtensionsUIDeveloperMode[];
extern const char kExtensionToolbarSize[];
extern const char kExtensionCommands[];
-extern const char kExtensionsSideloadWipeoutBubbleShown[];
extern const char kPluginsLastInternalDirectory[];
extern const char kPluginsPluginsList[];
extern const char kPluginsDisabledPlugins[];