Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(949)

Unified Diff: content/common/content_switches.cc

Issue 7821010: Move web intents switch to content_switches. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/content_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/content_switches.cc
diff --git a/content/common/content_switches.cc b/content/common/content_switches.cc
index f4d380b2a43b50f873e7690fa253bfc59f098b78..bfa673fbd9aa5adcea236567eef9447bc28f4c5e 100644
--- a/content/common/content_switches.cc
+++ b/content/common/content_switches.cc
@@ -205,6 +205,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
« no previous file with comments | « content/common/content_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698