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

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

Issue 2776523005: Plumbing devtools agent host id and request id between processes (Closed)
Patch Set: Rebased Created 3 years, 8 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
« no previous file with comments | « content/common/BUILD.gn ('k') | content/common/navigation_params.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 <stddef.h> 8 #include <stddef.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 IPC_STRUCT_TRAITS_BEGIN(content::RequestNavigationParams) 390 IPC_STRUCT_TRAITS_BEGIN(content::RequestNavigationParams)
391 IPC_STRUCT_TRAITS_MEMBER(is_overriding_user_agent) 391 IPC_STRUCT_TRAITS_MEMBER(is_overriding_user_agent)
392 IPC_STRUCT_TRAITS_MEMBER(redirects) 392 IPC_STRUCT_TRAITS_MEMBER(redirects)
393 IPC_STRUCT_TRAITS_MEMBER(redirect_response) 393 IPC_STRUCT_TRAITS_MEMBER(redirect_response)
394 IPC_STRUCT_TRAITS_MEMBER(redirect_infos) 394 IPC_STRUCT_TRAITS_MEMBER(redirect_infos)
395 IPC_STRUCT_TRAITS_MEMBER(original_url) 395 IPC_STRUCT_TRAITS_MEMBER(original_url)
396 IPC_STRUCT_TRAITS_MEMBER(original_method) 396 IPC_STRUCT_TRAITS_MEMBER(original_method)
397 IPC_STRUCT_TRAITS_MEMBER(can_load_local_resources) 397 IPC_STRUCT_TRAITS_MEMBER(can_load_local_resources)
398 IPC_STRUCT_TRAITS_MEMBER(page_state) 398 IPC_STRUCT_TRAITS_MEMBER(page_state)
399 IPC_STRUCT_TRAITS_MEMBER(nav_entry_id) 399 IPC_STRUCT_TRAITS_MEMBER(nav_entry_id)
400 IPC_STRUCT_TRAITS_MEMBER(devtools_request_id)
400 IPC_STRUCT_TRAITS_MEMBER(is_history_navigation_in_new_child) 401 IPC_STRUCT_TRAITS_MEMBER(is_history_navigation_in_new_child)
401 IPC_STRUCT_TRAITS_MEMBER(subframe_unique_names) 402 IPC_STRUCT_TRAITS_MEMBER(subframe_unique_names)
402 IPC_STRUCT_TRAITS_MEMBER(has_committed_real_load) 403 IPC_STRUCT_TRAITS_MEMBER(has_committed_real_load)
403 IPC_STRUCT_TRAITS_MEMBER(intended_as_new_entry) 404 IPC_STRUCT_TRAITS_MEMBER(intended_as_new_entry)
404 IPC_STRUCT_TRAITS_MEMBER(pending_history_list_offset) 405 IPC_STRUCT_TRAITS_MEMBER(pending_history_list_offset)
405 IPC_STRUCT_TRAITS_MEMBER(current_history_list_offset) 406 IPC_STRUCT_TRAITS_MEMBER(current_history_list_offset)
406 IPC_STRUCT_TRAITS_MEMBER(current_history_list_length) 407 IPC_STRUCT_TRAITS_MEMBER(current_history_list_length)
407 IPC_STRUCT_TRAITS_MEMBER(is_view_source) 408 IPC_STRUCT_TRAITS_MEMBER(is_view_source)
408 IPC_STRUCT_TRAITS_MEMBER(should_clear_history_list) 409 IPC_STRUCT_TRAITS_MEMBER(should_clear_history_list)
409 IPC_STRUCT_TRAITS_MEMBER(should_create_service_worker) 410 IPC_STRUCT_TRAITS_MEMBER(should_create_service_worker)
(...skipping 1244 matching lines...) Expand 10 before | Expand all | Expand 10 after
1654 int /* nfr_request_id */, 1655 int /* nfr_request_id */,
1655 float /* distance */) 1656 float /* distance */)
1656 1657
1657 IPC_MESSAGE_ROUTED0(FrameHostMsg_NavigationHandledByEmbedder) 1658 IPC_MESSAGE_ROUTED0(FrameHostMsg_NavigationHandledByEmbedder)
1658 #endif 1659 #endif
1659 1660
1660 // Adding a new message? Stick to the sort order above: first platform 1661 // Adding a new message? Stick to the sort order above: first platform
1661 // independent FrameMsg, then ifdefs for platform specific FrameMsg, then 1662 // independent FrameMsg, then ifdefs for platform specific FrameMsg, then
1662 // platform independent FrameHostMsg, then ifdefs for platform specific 1663 // platform independent FrameHostMsg, then ifdefs for platform specific
1663 // FrameHostMsg. 1664 // FrameHostMsg.
OLDNEW
« no previous file with comments | « content/common/BUILD.gn ('k') | content/common/navigation_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698