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

Unified Diff: third_party/WebKit/public/web/WebMenuSourceType.h

Issue 2785853002: Selection Action mode triggered like a context menu (Closed)
Patch Set: fix tests Created 3 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: third_party/WebKit/public/web/WebMenuSourceType.h
diff --git a/third_party/WebKit/public/web/WebMenuSourceType.h b/third_party/WebKit/public/web/WebMenuSourceType.h
index d41a70ce28eab478d86cbbe669fe715aa846e60c..071c75517afada5b1be07937e25267c90973646a 100644
--- a/third_party/WebKit/public/web/WebMenuSourceType.h
+++ b/third_party/WebKit/public/web/WebMenuSourceType.h
@@ -40,6 +40,7 @@ enum WebMenuSourceType {
kMenuSourceTouchEditMenu,
kMenuSourceLongPress,
kMenuSourceLongTap,
+ kMenuSourceSelectAll,
kMenuSourceTouchHandle,
kMenuSourceTypeLast = kMenuSourceTouchHandle
};

Powered by Google App Engine
This is Rietveld 408576698