Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Side by Side Diff: chrome/common/render_messages.h

Issue 12498002: InstantExtended: Adding InstantRestrictedIDCache. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merging conflicts. Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 IPC_STRUCT_TRAITS_BEGIN(InstantAutocompleteResult) 160 IPC_STRUCT_TRAITS_BEGIN(InstantAutocompleteResult)
161 IPC_STRUCT_TRAITS_MEMBER(provider) 161 IPC_STRUCT_TRAITS_MEMBER(provider)
162 IPC_STRUCT_TRAITS_MEMBER(type) 162 IPC_STRUCT_TRAITS_MEMBER(type)
163 IPC_STRUCT_TRAITS_MEMBER(description) 163 IPC_STRUCT_TRAITS_MEMBER(description)
164 IPC_STRUCT_TRAITS_MEMBER(destination_url) 164 IPC_STRUCT_TRAITS_MEMBER(destination_url)
165 IPC_STRUCT_TRAITS_MEMBER(transition) 165 IPC_STRUCT_TRAITS_MEMBER(transition)
166 IPC_STRUCT_TRAITS_MEMBER(relevance) 166 IPC_STRUCT_TRAITS_MEMBER(relevance)
167 IPC_STRUCT_TRAITS_END() 167 IPC_STRUCT_TRAITS_END()
168 168
169 IPC_STRUCT_TRAITS_BEGIN(InstantMostVisitedItem) 169 IPC_STRUCT_TRAITS_BEGIN(InstantMostVisitedItem)
170 IPC_STRUCT_TRAITS_MEMBER(most_visited_item_id)
171 IPC_STRUCT_TRAITS_MEMBER(url) 170 IPC_STRUCT_TRAITS_MEMBER(url)
172 IPC_STRUCT_TRAITS_MEMBER(title) 171 IPC_STRUCT_TRAITS_MEMBER(title)
173 IPC_STRUCT_TRAITS_END() 172 IPC_STRUCT_TRAITS_END()
174 173
175 IPC_STRUCT_TRAITS_BEGIN(InstantSuggestion) 174 IPC_STRUCT_TRAITS_BEGIN(InstantSuggestion)
176 IPC_STRUCT_TRAITS_MEMBER(text) 175 IPC_STRUCT_TRAITS_MEMBER(text)
177 IPC_STRUCT_TRAITS_MEMBER(behavior) 176 IPC_STRUCT_TRAITS_MEMBER(behavior)
178 IPC_STRUCT_TRAITS_MEMBER(type) 177 IPC_STRUCT_TRAITS_MEMBER(type)
179 IPC_STRUCT_TRAITS_MEMBER(query) 178 IPC_STRUCT_TRAITS_MEMBER(query)
180 IPC_STRUCT_TRAITS_END() 179 IPC_STRUCT_TRAITS_END()
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 string16 /* omnibox_font */, 336 string16 /* omnibox_font */,
338 size_t /* omnibox_font_size */) 337 size_t /* omnibox_font_size */)
339 338
340 IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxKeyCaptureChanged, 339 IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxKeyCaptureChanged,
341 bool /* is_key_capture_enabled */) 340 bool /* is_key_capture_enabled */)
342 341
343 IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxGrantChromeSearchAccessFromOrigin, 342 IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxGrantChromeSearchAccessFromOrigin,
344 GURL /* origin_url */) 343 GURL /* origin_url */)
345 344
346 IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxMostVisitedItemsChanged, 345 IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxMostVisitedItemsChanged,
347 std::vector<InstantMostVisitedItem> /* items */) 346 std::vector<InstantMostVisitedItemIDPair> /* items */)
348 347
349 IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_SearchBoxDeleteMostVisitedItem, 348 IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_SearchBoxDeleteMostVisitedItem,
350 uint64 /* most_visited_item_id */) 349 InstantRestrictedID /* most_visited_item_id */)
351 350
352 IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_SearchBoxUndoMostVisitedDeletion, 351 IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_SearchBoxUndoMostVisitedDeletion,
353 uint64 /* most_visited_item_id */) 352 InstantRestrictedID /* most_visited_item_id */)
354 353
355 IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_SearchBoxUndoAllMostVisitedDeletions) 354 IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_SearchBoxUndoAllMostVisitedDeletions)
356 355
357 // Toggles visual muting of the render view area. This is on when a constrained 356 // Toggles visual muting of the render view area. This is on when a constrained
358 // window is showing. 357 // window is showing.
359 IPC_MESSAGE_ROUTED1(ChromeViewMsg_SetVisuallyDeemphasized, 358 IPC_MESSAGE_ROUTED1(ChromeViewMsg_SetVisuallyDeemphasized,
360 bool /* deemphazied */) 359 bool /* deemphazied */)
361 360
362 // Tells the renderer to translate the page contents from one language to 361 // Tells the renderer to translate the page contents from one language to
363 // another. 362 // another.
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
727 // previous SetCookie message to be processed. 726 // previous SetCookie message to be processed.
728 IPC_SYNC_MESSAGE_ROUTED2_1(ChromeViewHostMsg_GetCookies, 727 IPC_SYNC_MESSAGE_ROUTED2_1(ChromeViewHostMsg_GetCookies,
729 GURL /* url */, 728 GURL /* url */,
730 GURL /* first_party_for_cookies */, 729 GURL /* first_party_for_cookies */,
731 std::string /* cookies */) 730 std::string /* cookies */)
732 731
733 // Provide the browser process with current renderer framerate. 732 // Provide the browser process with current renderer framerate.
734 IPC_MESSAGE_CONTROL2(ChromeViewHostMsg_FPS, 733 IPC_MESSAGE_CONTROL2(ChromeViewHostMsg_FPS,
735 int /* routing id */, 734 int /* routing id */,
736 float /* frames per second */) 735 float /* frames per second */)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698