Index: content/common/view_messages.h |
=================================================================== |
--- content/common/view_messages.h (revision 289886) |
+++ content/common/view_messages.h (working copy) |
@@ -1661,8 +1661,9 @@ |
bool /* enabled */) |
// Reply to the ViewMsg_ExtractSmartClipData message. |
-IPC_MESSAGE_ROUTED2(ViewHostMsg_SmartClipDataExtracted, |
- base::string16 /* result */, |
+IPC_MESSAGE_ROUTED3(ViewHostMsg_SmartClipDataExtracted, |
+ base::string16 /* text */, |
+ base::string16 /* html */, |
gfx::Rect /* rect */) |
#elif defined(OS_MACOSX) |