| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 630ab7d242770849302f7f326cd0d06d225f395c..4230229908f2f596da5b629d4d76b14d68fc0c71 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -965,10 +965,6 @@ const char kDisableScreenOrientationLock[] = "disable-screen-orientation-lock";
|
| const char kEnableAdaptiveSelectionHandleOrientation[] =
|
| "enable-adaptive-selection-handle-orientation";
|
|
|
| -// Enable content intent detection in the renderer.
|
| -const char kEnableContentIntentDetection[] =
|
| - "enable-content-intent-detection";
|
| -
|
| // Enable drag manipulation of longpress-triggered text selections.
|
| const char kEnableLongpressDragSelection[] = "enable-longpress-drag-selection";
|
|
|
|
|