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

Unified Diff: content/common/view_messages.h

Issue 2667283007: Refactor Samsung SmartClip implementation. (Closed)
Patch Set: Created 3 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 f12fa45f7f47a36856b2a9236ac9c1553800e0ab..3b7b3c452476a787dcc245d28619b10fc86ea3d2 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -574,10 +574,6 @@ IPC_MESSAGE_ROUTED3(ViewMsg_UpdateBrowserControlsState,
bool /* enable_showing */,
bool /* animate */)
-// Extracts the data at the given rect, returning it through the
-// ViewHostMsg_SmartClipDataExtracted IPC.
-IPC_MESSAGE_ROUTED1(ViewMsg_ExtractSmartClipData,
- gfx::Rect /* rect */)
#endif
// Sent by browser to tell renderer compositor that some resources that were
@@ -869,12 +865,6 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_StartContentIntent,
GURL /* content_url */,
bool /* is_main_frame */)
-// Reply to the ViewMsg_ExtractSmartClipData message.
-IPC_MESSAGE_ROUTED3(ViewHostMsg_SmartClipDataExtracted,
- base::string16 /* text */,
- base::string16 /* html */,
- gfx::Rect /* rect */)
-
// Notifies that an unhandled tap has occurred at the specified x,y position
// and that the UI may need to be triggered.
IPC_MESSAGE_ROUTED2(ViewHostMsg_ShowUnhandledTapUIIfNeeded,

Powered by Google App Engine
This is Rietveld 408576698