Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 312d03624140c82016da480c948a44485517cc1e..390c13cafd7c040b0bb85b979f63aa5c39bcebae 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -340,9 +340,6 @@ const char kEnableVideoTrack[] = "enable-video-track"; |
// pages to control aspects of their own layout. |
const char kEnableViewport[] = "enable-viewport"; |
-// Disable Web Intents. |
-const char kDisableWebIntents[] = "disable-web-intents"; |
- |
// Enables experimental features for the geolocation API. |
// Current features: |
// - CoreLocation support for Mac OS X 10.6 |