diff options
Diffstat (limited to 'content/public/common/content_switches.h')
-rw-r--r-- | content/public/common/content_switches.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h index 64e42a0..a666779 100644 --- a/content/public/common/content_switches.h +++ b/content/public/common/content_switches.h @@ -95,7 +95,7 @@ CONTENT_EXPORT extern const char kEnableTcpFastOpen[]; CONTENT_EXPORT extern const char kEnableTouchEvents[]; extern const char kEnableVideoFullscreen[]; CONTENT_EXPORT extern const char kEnableVideoTrack[]; -CONTENT_EXPORT extern const char kEnableWebIntents[]; +CONTENT_EXPORT extern const char kDisableWebIntents[]; CONTENT_EXPORT extern const char kExperimentalLocationFeatures[]; extern const char kExtraPluginDir[]; extern const char kForceFieldTestNameAndValue[]; |