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

Side by Side Diff: content/common/frame_messages.h

Issue 1432583002: Move browser_navigation_start to CommonNavigationParams (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nasko review Created 5 years, 1 month 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
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 // IPC messages for interacting with frames. 5 // IPC messages for interacting with frames.
6 // Multiply-included message file, hence no include guard. 6 // Multiply-included message file, hence no include guard.
7 7
8 #include "cc/surfaces/surface_id.h" 8 #include "cc/surfaces/surface_id.h"
9 #include "cc/surfaces/surface_sequence.h" 9 #include "cc/surfaces/surface_sequence.h"
10 #include "content/common/content_export.h" 10 #include "content/common/content_export.h"
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 IPC_STRUCT_TRAITS_MEMBER(referrer) 276 IPC_STRUCT_TRAITS_MEMBER(referrer)
277 IPC_STRUCT_TRAITS_MEMBER(transition) 277 IPC_STRUCT_TRAITS_MEMBER(transition)
278 IPC_STRUCT_TRAITS_MEMBER(navigation_type) 278 IPC_STRUCT_TRAITS_MEMBER(navigation_type)
279 IPC_STRUCT_TRAITS_MEMBER(allow_download) 279 IPC_STRUCT_TRAITS_MEMBER(allow_download)
280 IPC_STRUCT_TRAITS_MEMBER(should_replace_current_entry) 280 IPC_STRUCT_TRAITS_MEMBER(should_replace_current_entry)
281 IPC_STRUCT_TRAITS_MEMBER(ui_timestamp) 281 IPC_STRUCT_TRAITS_MEMBER(ui_timestamp)
282 IPC_STRUCT_TRAITS_MEMBER(report_type) 282 IPC_STRUCT_TRAITS_MEMBER(report_type)
283 IPC_STRUCT_TRAITS_MEMBER(base_url_for_data_url) 283 IPC_STRUCT_TRAITS_MEMBER(base_url_for_data_url)
284 IPC_STRUCT_TRAITS_MEMBER(history_url_for_data_url) 284 IPC_STRUCT_TRAITS_MEMBER(history_url_for_data_url)
285 IPC_STRUCT_TRAITS_MEMBER(lofi_state) 285 IPC_STRUCT_TRAITS_MEMBER(lofi_state)
286 IPC_STRUCT_TRAITS_MEMBER(navigation_start)
286 IPC_STRUCT_TRAITS_END() 287 IPC_STRUCT_TRAITS_END()
287 288
288 IPC_STRUCT_TRAITS_BEGIN(content::BeginNavigationParams) 289 IPC_STRUCT_TRAITS_BEGIN(content::BeginNavigationParams)
289 IPC_STRUCT_TRAITS_MEMBER(method) 290 IPC_STRUCT_TRAITS_MEMBER(method)
290 IPC_STRUCT_TRAITS_MEMBER(headers) 291 IPC_STRUCT_TRAITS_MEMBER(headers)
291 IPC_STRUCT_TRAITS_MEMBER(load_flags) 292 IPC_STRUCT_TRAITS_MEMBER(load_flags)
292 IPC_STRUCT_TRAITS_MEMBER(has_user_gesture) 293 IPC_STRUCT_TRAITS_MEMBER(has_user_gesture)
293 IPC_STRUCT_TRAITS_MEMBER(skip_service_worker) 294 IPC_STRUCT_TRAITS_MEMBER(skip_service_worker)
294 IPC_STRUCT_TRAITS_MEMBER(request_context_type) 295 IPC_STRUCT_TRAITS_MEMBER(request_context_type)
295 IPC_STRUCT_TRAITS_END() 296 IPC_STRUCT_TRAITS_END()
296 297
297 IPC_STRUCT_TRAITS_BEGIN(content::StartNavigationParams) 298 IPC_STRUCT_TRAITS_BEGIN(content::StartNavigationParams)
298 IPC_STRUCT_TRAITS_MEMBER(is_post) 299 IPC_STRUCT_TRAITS_MEMBER(is_post)
299 IPC_STRUCT_TRAITS_MEMBER(extra_headers) 300 IPC_STRUCT_TRAITS_MEMBER(extra_headers)
300 IPC_STRUCT_TRAITS_MEMBER(browser_initiated_post_data) 301 IPC_STRUCT_TRAITS_MEMBER(browser_initiated_post_data)
301 #if defined(OS_ANDROID) 302 #if defined(OS_ANDROID)
302 IPC_STRUCT_TRAITS_MEMBER(has_user_gesture) 303 IPC_STRUCT_TRAITS_MEMBER(has_user_gesture)
303 #endif 304 #endif
304 IPC_STRUCT_TRAITS_MEMBER(transferred_request_child_id) 305 IPC_STRUCT_TRAITS_MEMBER(transferred_request_child_id)
305 IPC_STRUCT_TRAITS_MEMBER(transferred_request_request_id) 306 IPC_STRUCT_TRAITS_MEMBER(transferred_request_request_id)
306 IPC_STRUCT_TRAITS_END() 307 IPC_STRUCT_TRAITS_END()
307 308
308 IPC_STRUCT_TRAITS_BEGIN(content::RequestNavigationParams) 309 IPC_STRUCT_TRAITS_BEGIN(content::RequestNavigationParams)
309 IPC_STRUCT_TRAITS_MEMBER(is_overriding_user_agent) 310 IPC_STRUCT_TRAITS_MEMBER(is_overriding_user_agent)
310 IPC_STRUCT_TRAITS_MEMBER(browser_navigation_start)
311 IPC_STRUCT_TRAITS_MEMBER(redirects) 311 IPC_STRUCT_TRAITS_MEMBER(redirects)
312 IPC_STRUCT_TRAITS_MEMBER(can_load_local_resources) 312 IPC_STRUCT_TRAITS_MEMBER(can_load_local_resources)
313 IPC_STRUCT_TRAITS_MEMBER(request_time) 313 IPC_STRUCT_TRAITS_MEMBER(request_time)
314 IPC_STRUCT_TRAITS_MEMBER(page_state) 314 IPC_STRUCT_TRAITS_MEMBER(page_state)
315 IPC_STRUCT_TRAITS_MEMBER(page_id) 315 IPC_STRUCT_TRAITS_MEMBER(page_id)
316 IPC_STRUCT_TRAITS_MEMBER(nav_entry_id) 316 IPC_STRUCT_TRAITS_MEMBER(nav_entry_id)
317 IPC_STRUCT_TRAITS_MEMBER(is_same_document_history_load) 317 IPC_STRUCT_TRAITS_MEMBER(is_same_document_history_load)
318 IPC_STRUCT_TRAITS_MEMBER(has_committed_real_load) 318 IPC_STRUCT_TRAITS_MEMBER(has_committed_real_load)
319 IPC_STRUCT_TRAITS_MEMBER(intended_as_new_entry) 319 IPC_STRUCT_TRAITS_MEMBER(intended_as_new_entry)
320 IPC_STRUCT_TRAITS_MEMBER(pending_history_list_offset) 320 IPC_STRUCT_TRAITS_MEMBER(pending_history_list_offset)
(...skipping 906 matching lines...) Expand 10 before | Expand all | Expand 10 after
1227 IPC_MESSAGE_ROUTED1(FrameHostMsg_ShowPopup, 1227 IPC_MESSAGE_ROUTED1(FrameHostMsg_ShowPopup,
1228 FrameHostMsg_ShowPopup_Params) 1228 FrameHostMsg_ShowPopup_Params)
1229 IPC_MESSAGE_ROUTED0(FrameHostMsg_HidePopup) 1229 IPC_MESSAGE_ROUTED0(FrameHostMsg_HidePopup)
1230 1230
1231 #endif 1231 #endif
1232 1232
1233 // Adding a new message? Stick to the sort order above: first platform 1233 // Adding a new message? Stick to the sort order above: first platform
1234 // independent FrameMsg, then ifdefs for platform specific FrameMsg, then 1234 // independent FrameMsg, then ifdefs for platform specific FrameMsg, then
1235 // platform independent FrameHostMsg, then ifdefs for platform specific 1235 // platform independent FrameHostMsg, then ifdefs for platform specific
1236 // FrameHostMsg. 1236 // FrameHostMsg.
OLDNEW
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | content/common/navigation_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698