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

Unified Diff: content/common/view_messages.h

Issue 12321005: Enable touch based selection and editing for webpages behind a flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch Created 7 years, 10 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: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 62e50c935b9d9e0bc0e9f59fc07a8ee35fa7551b..2051da673f90b79feab32709f22da1db0b3696a7 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -1978,6 +1978,10 @@ IPC_MESSAGE_ROUTED3(ViewHostMsg_SelectionChanged,
IPC_MESSAGE_ROUTED1(ViewHostMsg_SelectionBoundsChanged,
ViewHostMsg_SelectionBounds_Params)
+// Notification that visibility of touch editing handles has changed.
+IPC_MESSAGE_ROUTED1(ViewHostMsg_TouchEditingHandlesVisibilityChanged,
+ bool /* visible */)
+
// Asks the browser to open the color chooser.
IPC_MESSAGE_ROUTED2(ViewHostMsg_OpenColorChooser,
int /* id */,

Powered by Google App Engine
This is Rietveld 408576698