| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 | 116 |
| 117 #endif // CHROME_COMMON_RENDER_MESSAGES_H_ | 117 #endif // CHROME_COMMON_RENDER_MESSAGES_H_ |
| 118 | 118 |
| 119 #define IPC_MESSAGE_START ChromeMsgStart | 119 #define IPC_MESSAGE_START ChromeMsgStart |
| 120 | 120 |
| 121 IPC_ENUM_TRAITS(AutocompleteMatchType::Type) | 121 IPC_ENUM_TRAITS(AutocompleteMatchType::Type) |
| 122 IPC_ENUM_TRAITS(ChromeViewHostMsg_GetPluginInfo_Status::Value) | 122 IPC_ENUM_TRAITS(ChromeViewHostMsg_GetPluginInfo_Status::Value) |
| 123 IPC_ENUM_TRAITS(InstantCompleteBehavior) | 123 IPC_ENUM_TRAITS(InstantCompleteBehavior) |
| 124 IPC_ENUM_TRAITS(InstantSizeUnits) | 124 IPC_ENUM_TRAITS(InstantSizeUnits) |
| 125 IPC_ENUM_TRAITS(InstantSuggestionType) | 125 IPC_ENUM_TRAITS(InstantSuggestionType) |
| 126 IPC_ENUM_TRAITS(OmniboxFocusChangeReason) |
| 126 IPC_ENUM_TRAITS(OmniboxFocusState) | 127 IPC_ENUM_TRAITS(OmniboxFocusState) |
| 127 IPC_ENUM_TRAITS(search_provider::OSDDType) | 128 IPC_ENUM_TRAITS(search_provider::OSDDType) |
| 128 IPC_ENUM_TRAITS(search_provider::InstallState) | 129 IPC_ENUM_TRAITS(search_provider::InstallState) |
| 129 IPC_ENUM_TRAITS(ThemeBackgroundImageAlignment) | 130 IPC_ENUM_TRAITS(ThemeBackgroundImageAlignment) |
| 130 IPC_ENUM_TRAITS(ThemeBackgroundImageTiling) | 131 IPC_ENUM_TRAITS(ThemeBackgroundImageTiling) |
| 131 IPC_ENUM_TRAITS(TranslateErrors::Type) | 132 IPC_ENUM_TRAITS(TranslateErrors::Type) |
| 132 IPC_ENUM_TRAITS(WebKit::WebConsoleMessage::Level) | 133 IPC_ENUM_TRAITS(WebKit::WebConsoleMessage::Level) |
| 133 IPC_ENUM_TRAITS(content::TopControlsState) | 134 IPC_ENUM_TRAITS(content::TopControlsState) |
| 134 | 135 |
| 135 IPC_STRUCT_TRAITS_BEGIN(ChromeViewHostMsg_GetPluginInfo_Status) | 136 IPC_STRUCT_TRAITS_BEGIN(ChromeViewHostMsg_GetPluginInfo_Status) |
| (...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxSetDisplayInstantResults, | 354 IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxSetDisplayInstantResults, |
| 354 bool /* display_instant_results */) | 355 bool /* display_instant_results */) |
| 355 | 356 |
| 356 IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxThemeChanged, | 357 IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxThemeChanged, |
| 357 ThemeBackgroundInfo /* value */) | 358 ThemeBackgroundInfo /* value */) |
| 358 | 359 |
| 359 IPC_MESSAGE_ROUTED2(ChromeViewMsg_SearchBoxFontInformation, | 360 IPC_MESSAGE_ROUTED2(ChromeViewMsg_SearchBoxFontInformation, |
| 360 string16 /* omnibox_font */, | 361 string16 /* omnibox_font */, |
| 361 size_t /* omnibox_font_size */) | 362 size_t /* omnibox_font_size */) |
| 362 | 363 |
| 363 IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxKeyCaptureChanged, | 364 IPC_MESSAGE_ROUTED2(ChromeViewMsg_SearchBoxFocusChanged, |
| 364 bool /* is_key_capture_enabled */) | 365 OmniboxFocusState /* new_focus_state */, |
| 366 OmniboxFocusChangeReason /* reason */) |
| 365 | 367 |
| 366 IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxMostVisitedItemsChanged, | 368 IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxMostVisitedItemsChanged, |
| 367 std::vector<InstantMostVisitedItemIDPair> /* items */) | 369 std::vector<InstantMostVisitedItemIDPair> /* items */) |
| 368 | 370 |
| 369 IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_SearchBoxDeleteMostVisitedItem, | 371 IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_SearchBoxDeleteMostVisitedItem, |
| 370 InstantRestrictedID /* most_visited_item_id */) | 372 InstantRestrictedID /* most_visited_item_id */) |
| 371 | 373 |
| 372 IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_SearchBoxUndoMostVisitedDeletion, | 374 IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_SearchBoxUndoMostVisitedDeletion, |
| 373 InstantRestrictedID /* most_visited_item_id */) | 375 InstantRestrictedID /* most_visited_item_id */) |
| 374 | 376 |
| (...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 766 // previous SetCookie message to be processed. | 768 // previous SetCookie message to be processed. |
| 767 IPC_SYNC_MESSAGE_ROUTED2_1(ChromeViewHostMsg_GetCookies, | 769 IPC_SYNC_MESSAGE_ROUTED2_1(ChromeViewHostMsg_GetCookies, |
| 768 GURL /* url */, | 770 GURL /* url */, |
| 769 GURL /* first_party_for_cookies */, | 771 GURL /* first_party_for_cookies */, |
| 770 std::string /* cookies */) | 772 std::string /* cookies */) |
| 771 | 773 |
| 772 // Provide the browser process with current renderer framerate. | 774 // Provide the browser process with current renderer framerate. |
| 773 IPC_MESSAGE_CONTROL2(ChromeViewHostMsg_FPS, | 775 IPC_MESSAGE_CONTROL2(ChromeViewHostMsg_FPS, |
| 774 int /* routing id */, | 776 int /* routing id */, |
| 775 float /* frames per second */) | 777 float /* frames per second */) |
| OLD | NEW |