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

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: Addressing chris's and david's comments. 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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 IPC_STRUCT_TRAITS_BEGIN(InstantAutocompleteResult) 161 IPC_STRUCT_TRAITS_BEGIN(InstantAutocompleteResult)
162 IPC_STRUCT_TRAITS_MEMBER(provider) 162 IPC_STRUCT_TRAITS_MEMBER(provider)
163 IPC_STRUCT_TRAITS_MEMBER(type) 163 IPC_STRUCT_TRAITS_MEMBER(type)
164 IPC_STRUCT_TRAITS_MEMBER(description) 164 IPC_STRUCT_TRAITS_MEMBER(description)
165 IPC_STRUCT_TRAITS_MEMBER(destination_url) 165 IPC_STRUCT_TRAITS_MEMBER(destination_url)
166 IPC_STRUCT_TRAITS_MEMBER(transition) 166 IPC_STRUCT_TRAITS_MEMBER(transition)
167 IPC_STRUCT_TRAITS_MEMBER(relevance) 167 IPC_STRUCT_TRAITS_MEMBER(relevance)
168 IPC_STRUCT_TRAITS_END() 168 IPC_STRUCT_TRAITS_END()
169 169
170 IPC_STRUCT_TRAITS_BEGIN(InstantMostVisitedItem) 170 IPC_STRUCT_TRAITS_BEGIN(InstantMostVisitedItem)
171 IPC_STRUCT_TRAITS_MEMBER(most_visited_item_id)
172 IPC_STRUCT_TRAITS_MEMBER(url) 171 IPC_STRUCT_TRAITS_MEMBER(url)
173 IPC_STRUCT_TRAITS_MEMBER(title) 172 IPC_STRUCT_TRAITS_MEMBER(title)
174 IPC_STRUCT_TRAITS_END() 173 IPC_STRUCT_TRAITS_END()
175 174
176 IPC_STRUCT_TRAITS_BEGIN(InstantSuggestion) 175 IPC_STRUCT_TRAITS_BEGIN(InstantSuggestion)
177 IPC_STRUCT_TRAITS_MEMBER(text) 176 IPC_STRUCT_TRAITS_MEMBER(text)
178 IPC_STRUCT_TRAITS_MEMBER(behavior) 177 IPC_STRUCT_TRAITS_MEMBER(behavior)
179 IPC_STRUCT_TRAITS_MEMBER(type) 178 IPC_STRUCT_TRAITS_MEMBER(type)
180 IPC_STRUCT_TRAITS_END() 179 IPC_STRUCT_TRAITS_END()
181 180
(...skipping 155 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 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 // previous SetCookie message to be processed. 727 // previous SetCookie message to be processed.
729 IPC_SYNC_MESSAGE_ROUTED2_1(ChromeViewHostMsg_GetCookies, 728 IPC_SYNC_MESSAGE_ROUTED2_1(ChromeViewHostMsg_GetCookies,
730 GURL /* url */, 729 GURL /* url */,
731 GURL /* first_party_for_cookies */, 730 GURL /* first_party_for_cookies */,
732 std::string /* cookies */) 731 std::string /* cookies */)
733 732
734 // Provide the browser process with current renderer framerate. 733 // Provide the browser process with current renderer framerate.
735 IPC_MESSAGE_CONTROL2(ChromeViewHostMsg_FPS, 734 IPC_MESSAGE_CONTROL2(ChromeViewHostMsg_FPS,
736 int /* routing id */, 735 int /* routing id */,
737 float /* frames per second */) 736 float /* frames per second */)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698