Chromium Code Reviews| Index: ui/views/touchui/touch_selection_controller_impl.h |
| diff --git a/ui/views/touchui/touch_selection_controller_impl.h b/ui/views/touchui/touch_selection_controller_impl.h |
| index 6145e97394b1ca3466df4b0828e23d670eceb3cc..a4a9a89767e552a08be65e0958ea495d13949268 100644 |
| --- a/ui/views/touchui/touch_selection_controller_impl.h |
| +++ b/ui/views/touchui/touch_selection_controller_impl.h |
| @@ -30,6 +30,8 @@ class VIEWS_EXPORT TouchSelectionControllerImpl |
| virtual ~TouchSelectionControllerImpl(); |
| + static void SetOpenQuickMenuImmediatelyForTest(bool immediate); |
|
sky
2014/05/15 16:44:01
I'm not a fan of the ForTest methods, especially w
mohsen
2014/05/16 15:56:09
Agreed. Done.
|
| + |
| // TextSelectionController. |
| virtual void SelectionChanged() OVERRIDE; |
| virtual bool IsHandleDragInProgress() OVERRIDE; |