From b07ad52b08d16ce698ff224c3bd8d8d724b20c45 Mon Sep 17 00:00:00 2001 From: "gbillock@chromium.org" Date: Fri, 2 Sep 2011 02:32:52 +0000 Subject: 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 --- content/common/content_switches.cc | 3 +++ content/common/content_switches.h | 1 + 2 files changed, 4 insertions(+) (limited to 'content/common') diff --git a/content/common/content_switches.cc b/content/common/content_switches.cc index d066fc3..120f527 100644 --- a/content/common/content_switches.cc +++ b/content/common/content_switches.cc @@ -211,6 +211,9 @@ const char kEnableVideoFullscreen[] = "enable-video-fullscreen"; // the debug log. const char kEnableVideoLogging[] = "enable-video-logging"; +// Enable Web Intents. +const char kEnableWebIntents[] = "enable-web-intents"; + // Enables experimental features for the geolocation API. // Current features: // - CoreLocation support for Mac OS X 10.6 diff --git a/content/common/content_switches.h b/content/common/content_switches.h index 2d491b3..5bc95bd 100644 --- a/content/common/content_switches.h +++ b/content/common/content_switches.h @@ -74,6 +74,7 @@ extern const char kEnableSeccompSandbox[]; extern const char kEnableStatsTable[]; extern const char kEnableVideoFullscreen[]; extern const char kEnableVideoLogging[]; +extern const char kEnableWebIntents[]; extern const char kExperimentalLocationFeatures[]; // TODO(jam): this doesn't belong in content. extern const char kExtensionProcess[]; -- cgit v1.1