Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(267)

Unified Diff: ui/views/touchui/touch_selection_controller_impl.h

Issue 154783002: Honor can_activate flag in ShowWindowWithState (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698