| 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
|
|
|