OLD | NEW |
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 // Multiply-included file, no traditional include guard. | 5 // Multiply-included file, no traditional include guard. |
6 #include <map> | 6 #include <map> |
7 #include <set> | 7 #include <set> |
8 #include <string> | 8 #include <string> |
9 #include <vector> | 9 #include <vector> |
10 | 10 |
(...skipping 10 matching lines...) Expand all Loading... |
21 #include "base/sync_socket.h" | 21 #include "base/sync_socket.h" |
22 #include "base/values.h" | 22 #include "base/values.h" |
23 #include "build/build_config.h" | 23 #include "build/build_config.h" |
24 #include "chrome/common/common_param_traits.h" | 24 #include "chrome/common/common_param_traits.h" |
25 #include "chrome/common/content_settings.h" | 25 #include "chrome/common/content_settings.h" |
26 #include "chrome/common/css_colors.h" | 26 #include "chrome/common/css_colors.h" |
27 #include "chrome/common/edit_command.h" | 27 #include "chrome/common/edit_command.h" |
28 #include "chrome/common/extensions/extension.h" | 28 #include "chrome/common/extensions/extension.h" |
29 #include "chrome/common/extensions/extension_extent.h" | 29 #include "chrome/common/extensions/extension_extent.h" |
30 #include "chrome/common/extensions/url_pattern.h" | 30 #include "chrome/common/extensions/url_pattern.h" |
| 31 #include "chrome/common/icon_messages.h" |
31 #include "chrome/common/instant_types.h" | 32 #include "chrome/common/instant_types.h" |
32 #include "chrome/common/nacl_types.h" | 33 #include "chrome/common/nacl_types.h" |
33 #include "chrome/common/render_messages_params.h" | 34 #include "chrome/common/render_messages_params.h" |
34 #include "chrome/common/thumbnail_score.h" | 35 #include "chrome/common/thumbnail_score.h" |
35 #include "chrome/common/translate_errors.h" | 36 #include "chrome/common/translate_errors.h" |
36 #include "chrome/common/view_types.h" | 37 #include "chrome/common/view_types.h" |
37 #include "chrome/common/web_apps.h" | 38 #include "chrome/common/web_apps.h" |
38 #include "chrome/common/webkit_param_traits.h" | 39 #include "chrome/common/webkit_param_traits.h" |
39 #include "chrome/common/window_container_type.h" | 40 #include "chrome/common/window_container_type.h" |
40 #include "content/common/common_param_traits.h" | 41 #include "content/common/common_param_traits.h" |
(...skipping 1460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1501 // binary data as the second parameter. | 1502 // binary data as the second parameter. |
1502 IPC_MESSAGE_ROUTED3(ViewHostMsg_Thumbnail, | 1503 IPC_MESSAGE_ROUTED3(ViewHostMsg_Thumbnail, |
1503 GURL /* url */, | 1504 GURL /* url */, |
1504 ThumbnailScore /* score */, | 1505 ThumbnailScore /* score */, |
1505 SkBitmap /* bitmap */) | 1506 SkBitmap /* bitmap */) |
1506 | 1507 |
1507 // Send a snapshot of the tab contents to the render host. | 1508 // Send a snapshot of the tab contents to the render host. |
1508 IPC_MESSAGE_ROUTED1(ViewHostMsg_Snapshot, | 1509 IPC_MESSAGE_ROUTED1(ViewHostMsg_Snapshot, |
1509 SkBitmap /* bitmap */) | 1510 SkBitmap /* bitmap */) |
1510 | 1511 |
1511 // Notification that the url for the favicon of a site has been determined. | 1512 // Notification that the urls for the favicon of a site has been determined. |
1512 IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateFaviconURL, | 1513 IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateFaviconURL, |
1513 int32 /* page_id */, | 1514 int32 /* page_id */, |
1514 GURL /* url of the favicon */) | 1515 std::vector<FaviconURL> /* urls of the favicon */) |
1515 | 1516 |
1516 // Used to tell the parent that the user right clicked on an area of the | 1517 // Used to tell the parent that the user right clicked on an area of the |
1517 // content area, and a context menu should be shown for it. The params | 1518 // content area, and a context menu should be shown for it. The params |
1518 // object contains information about the node(s) that were selected when the | 1519 // object contains information about the node(s) that were selected when the |
1519 // user right clicked. | 1520 // user right clicked. |
1520 IPC_MESSAGE_ROUTED1(ViewHostMsg_ContextMenu, ContextMenuParams) | 1521 IPC_MESSAGE_ROUTED1(ViewHostMsg_ContextMenu, ContextMenuParams) |
1521 | 1522 |
1522 // Requests that the given URL be opened in the specified manner. | 1523 // Requests that the given URL be opened in the specified manner. |
1523 IPC_MESSAGE_ROUTED3(ViewHostMsg_OpenURL, | 1524 IPC_MESSAGE_ROUTED3(ViewHostMsg_OpenURL, |
1524 GURL /* url */, | 1525 GURL /* url */, |
(...skipping 730 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2255 IPC_MESSAGE_ROUTED2(ViewMsg_JavaScriptStressTestControl, | 2256 IPC_MESSAGE_ROUTED2(ViewMsg_JavaScriptStressTestControl, |
2256 int /* cmd */, | 2257 int /* cmd */, |
2257 int /* param */) | 2258 int /* param */) |
2258 | 2259 |
2259 // Register a new handler for URL requests with the given scheme. | 2260 // Register a new handler for URL requests with the given scheme. |
2260 IPC_MESSAGE_ROUTED3(ViewHostMsg_RegisterProtocolHandler, | 2261 IPC_MESSAGE_ROUTED3(ViewHostMsg_RegisterProtocolHandler, |
2261 std::string /* scheme */, | 2262 std::string /* scheme */, |
2262 GURL /* url */, | 2263 GURL /* url */, |
2263 string16 /* title */) | 2264 string16 /* title */) |
2264 | 2265 |
OLD | NEW |