Chromium Code Reviews| Index: Source/core/frame/Settings.in |
| diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in |
| index 08afb3e4adab25025335a6548654f973b70a32cf..11a44e8a2a91fedb6bc6ad3e596ff648f5d165fb 100644 |
| --- a/Source/core/frame/Settings.in |
| +++ b/Source/core/frame/Settings.in |
| @@ -311,3 +311,6 @@ accessibilityPasswordValuesEnabled initial=false |
| # If true, static text nodes expose inline text box children. |
| inlineTextBoxAccessibilityEnabled initial=false |
| + |
| +# If true, context menu will be shown on mouse up instead of mouse down. |
|
Rick Byers
2014/12/02 19:20:37
Please add one more comment line justifying why we
zino
2014/12/03 08:24:52
Done.
|
| +showContextMenuOnMouseUp initial=false |