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

Unified Diff: ui/touch_selection/selection_event_type.h

Issue 1066053002: [Android] Allow custom ActionMode creation via ContentViewClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup Created 5 years, 8 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/touch_selection/selection_event_type.h
diff --git a/ui/touch_selection/selection_event_type.h b/ui/touch_selection/selection_event_type.h
index ab95ba8c426b518205f80d213cd2d1b94255491b..9de63f902fc2b31c5eed87a605acd36bb51960dc 100644
--- a/ui/touch_selection/selection_event_type.h
+++ b/ui/touch_selection/selection_event_type.h
@@ -14,6 +14,7 @@ namespace ui {
// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.ui.touch_selection
enum SelectionEventType {
SELECTION_SHOWN,
+ SELECTION_MOVED,
SELECTION_CLEARED,
SELECTION_DRAG_STARTED,
SELECTION_DRAG_STOPPED,

Powered by Google App Engine
This is Rietveld 408576698