| Index: ui/views/style/platform_style.h
|
| diff --git a/ui/views/style/platform_style.h b/ui/views/style/platform_style.h
|
| index 181c18076f179045bf1f13b9b2aad9a5ffdb19ab..dfa434f13271fd7cf7a4d7e5d80c338339bec114 100644
|
| --- a/ui/views/style/platform_style.h
|
| +++ b/ui/views/style/platform_style.h
|
| @@ -44,6 +44,9 @@ class VIEWS_EXPORT PlatformStyle {
|
| // the left or right end of the text from the cursor, respectively.
|
| static const bool kTextDragVerticallyDragsToEnd;
|
|
|
| + // Whether right clicking on text, selects the word under cursor.
|
| + static const bool kSelectWordOnRightClick;
|
| +
|
| // The menu button's action to show the menu.
|
| static const CustomButton::NotifyAction kMenuNotifyActivationAction;
|
|
|
|
|