Chromium Code Reviews| Index: content/common/view_messages.h |
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
| index e713f05bae2b46cef639aaa8f29444c7cfce3d2f..bd1084dfaf21038d8b33ec9d4fa79cb7ef0188a7 100644 |
| --- a/content/common/view_messages.h |
| +++ b/content/common/view_messages.h |
| @@ -1730,11 +1730,9 @@ IPC_MESSAGE_ROUTED1(ViewHostMsg_SetNeedsBeginFrame, |
| bool /* enabled */) |
| // Reply to the ViewMsg_ExtractSmartClipData message. |
| -// TODO(juhui24.lee@samsung.com): this should be changed to a vector of structs |
| -// instead of encoding the data as a string which is not allowed normally. Since |
| -// ths is only used in Android WebView, it's allowed temporarily. |
| -// http://crbug.com/330872 |
| -IPC_MESSAGE_ROUTED1(ViewHostMsg_SmartClipDataExtracted, base::string16) |
| +IPC_MESSAGE_ROUTED2(ViewHostMsg_SmartClipDataExtracted, |
| + base::string16 /* data in the clip_rect */, |
| + gfx::Rect /* Clip rect bounds */) |
|
jam
2014/05/05 15:07:32
by convention, the comment for an IPC parameter ma
|
| #elif defined(OS_MACOSX) |
| // Request that the browser load a font into shared memory for us. |