Chromium Code Reviews| Index: content/common/view_messages.h |
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
| index 7bd409f694a5ec278efd586284504872867e6433..561b421a53a874cd56fa52fdf9035a41254515a3 100644 |
| --- a/content/common/view_messages.h |
| +++ b/content/common/view_messages.h |
| @@ -1962,9 +1962,11 @@ IPC_MESSAGE_ROUTED1(ViewHostMsg_SelectionBoundsChanged, |
| ViewHostMsg_SelectionBounds_Params) |
| // Asks the browser to open the color chooser. |
| -IPC_MESSAGE_ROUTED2(ViewHostMsg_OpenColorChooser, |
| +IPC_MESSAGE_ROUTED4(ViewHostMsg_OpenColorChooser, |
| int /* id */, |
| - SkColor /* color */) |
| + SkColor /* color */, |
| + std::vector<SkColor> /* suggestions */, |
| + std::vector<string16> /* suggestion_labels */) |
|
Miguel Garcia
2013/08/19 14:43:27
there might have some security issues with sending
keishi
2013/08/26 05:28:54
Done.
|
| // Asks the browser to end the color chooser. |
| IPC_MESSAGE_ROUTED1(ViewHostMsg_EndColorChooser, int /* id */) |