summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorgbillock@chromium.org <gbillock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-02 02:32:52 +0000
committergbillock@chromium.org <gbillock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-02 02:32:52 +0000
commitb07ad52b08d16ce698ff224c3bd8d8d724b20c45 (patch)
tree9adc1cce88a8367a41a962e74b5e2ae635abf2fa /chrome/common
parent10689cad247866a32bf4d654d265700340f4a2a7 (diff)
downloadchromium_src-b07ad52b08d16ce698ff224c3bd8d8d724b20c45.zip
chromium_src-b07ad52b08d16ce698ff224c3bd8d8d724b20c45.tar.gz
chromium_src-b07ad52b08d16ce698ff224c3bd8d8d724b20c45.tar.bz2
Move web intents switch to content_switches.
R=jam@chromium.org BUG=None TEST=None Review URL: http://codereview.chromium.org/7821010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99292 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
2 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 5f120ac..dfab776 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -557,9 +557,6 @@ const char kEnableVerticalTabs[] = "enable-vertical-tabs";
// Order of the listed sub-arguments does not matter.
const char kEnableWatchdog[] = "enable-watchdog";
-// Enable Web Intents.
-const char kEnableWebIntents[] = "enable-web-intents";
-
// Use WebSocket over SPDY.
const char kEnableWebSocketOverSpdy[] = "enable-websocket-over-spdy";
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 62a3d37..72768bc 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -161,7 +161,6 @@ extern const char kEnableTcpFastOpen[];
extern const char kEnableTopSites[];
extern const char kEnableVerticalTabs[];
extern const char kEnableWatchdog[];
-extern const char kEnableWebIntents[];
extern const char kEnableWebSocketOverSpdy[];
extern const char kEnableWebUITaskManager[];
extern const char kExperimentalSpellcheckerFeatures[];