Index: ui/views/style/platform_style.h |
diff --git a/ui/views/style/platform_style.h b/ui/views/style/platform_style.h |
index dfa434f13271fd7cf7a4d7e5d80c338339bec114..e71720fbce3b714c30ebabab18757260a0eec5ac 100644 |
--- a/ui/views/style/platform_style.h |
+++ b/ui/views/style/platform_style.h |
@@ -40,10 +40,6 @@ class VIEWS_EXPORT PlatformStyle { |
// Whether the default button for a dialog can be the Cancel button. |
static const bool kDialogDefaultButtonCanBeCancel; |
- // Whether dragging vertically above or below a text view's bounds selects to |
- // 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; |