| Index: third_party/WebKit/Source/core/frame/Settings.in
|
| diff --git a/third_party/WebKit/Source/core/frame/Settings.in b/third_party/WebKit/Source/core/frame/Settings.in
|
| index a21b4ffdcb517cf4fec0bbc9a73d63fbab56f9dc..bc39ccfd58326912f8d013cacc394ae15d9b28ac 100644
|
| --- a/third_party/WebKit/Source/core/frame/Settings.in
|
| +++ b/third_party/WebKit/Source/core/frame/Settings.in
|
| @@ -334,6 +334,11 @@ inlineTextBoxAccessibilityEnabled initial=false
|
| # Typically enabled on Windows to match platform convention.
|
| showContextMenuOnMouseUp initial=false
|
|
|
| +# If true, context menu will be shown on any long press event.
|
| +# Used on Android to prevent a context menu from being shown in certain situations
|
| +# (i.e. long pressing an empty div)
|
| +alwaysShowContextMenuOnTouch initial=true
|
| +
|
| disableReadingFromCanvas initial=false
|
| strictMixedContentChecking initial=false
|
| strictMixedContentCheckingForPlugin initial=false
|
|
|