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

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

Issue 2449553002: Remove dead DocumentState metrics tracking code (Closed)
Patch Set: fix tests Created 4 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
« no previous file with comments | « content/browser/frame_host/navigation_request.cc ('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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 IPC_STRUCT_TRAITS_MEMBER(redirect_start) 362 IPC_STRUCT_TRAITS_MEMBER(redirect_start)
363 IPC_STRUCT_TRAITS_MEMBER(redirect_end) 363 IPC_STRUCT_TRAITS_MEMBER(redirect_end)
364 IPC_STRUCT_TRAITS_MEMBER(fetch_start) 364 IPC_STRUCT_TRAITS_MEMBER(fetch_start)
365 IPC_STRUCT_TRAITS_END() 365 IPC_STRUCT_TRAITS_END()
366 366
367 IPC_STRUCT_TRAITS_BEGIN(content::RequestNavigationParams) 367 IPC_STRUCT_TRAITS_BEGIN(content::RequestNavigationParams)
368 IPC_STRUCT_TRAITS_MEMBER(is_overriding_user_agent) 368 IPC_STRUCT_TRAITS_MEMBER(is_overriding_user_agent)
369 IPC_STRUCT_TRAITS_MEMBER(redirects) 369 IPC_STRUCT_TRAITS_MEMBER(redirects)
370 IPC_STRUCT_TRAITS_MEMBER(redirect_response) 370 IPC_STRUCT_TRAITS_MEMBER(redirect_response)
371 IPC_STRUCT_TRAITS_MEMBER(can_load_local_resources) 371 IPC_STRUCT_TRAITS_MEMBER(can_load_local_resources)
372 IPC_STRUCT_TRAITS_MEMBER(request_time)
373 IPC_STRUCT_TRAITS_MEMBER(page_state) 372 IPC_STRUCT_TRAITS_MEMBER(page_state)
374 IPC_STRUCT_TRAITS_MEMBER(nav_entry_id) 373 IPC_STRUCT_TRAITS_MEMBER(nav_entry_id)
375 IPC_STRUCT_TRAITS_MEMBER(is_same_document_history_load) 374 IPC_STRUCT_TRAITS_MEMBER(is_same_document_history_load)
376 IPC_STRUCT_TRAITS_MEMBER(is_history_navigation_in_new_child) 375 IPC_STRUCT_TRAITS_MEMBER(is_history_navigation_in_new_child)
377 IPC_STRUCT_TRAITS_MEMBER(subframe_unique_names) 376 IPC_STRUCT_TRAITS_MEMBER(subframe_unique_names)
378 IPC_STRUCT_TRAITS_MEMBER(has_committed_real_load) 377 IPC_STRUCT_TRAITS_MEMBER(has_committed_real_load)
379 IPC_STRUCT_TRAITS_MEMBER(intended_as_new_entry) 378 IPC_STRUCT_TRAITS_MEMBER(intended_as_new_entry)
380 IPC_STRUCT_TRAITS_MEMBER(pending_history_list_offset) 379 IPC_STRUCT_TRAITS_MEMBER(pending_history_list_offset)
381 IPC_STRUCT_TRAITS_MEMBER(current_history_list_offset) 380 IPC_STRUCT_TRAITS_MEMBER(current_history_list_offset)
382 IPC_STRUCT_TRAITS_MEMBER(current_history_list_length) 381 IPC_STRUCT_TRAITS_MEMBER(current_history_list_length)
(...skipping 1131 matching lines...) Expand 10 before | Expand all | Expand 10 after
1514 // nearest find result in the sending frame. 1513 // nearest find result in the sending frame.
1515 IPC_MESSAGE_ROUTED2(FrameHostMsg_GetNearestFindResult_Reply, 1514 IPC_MESSAGE_ROUTED2(FrameHostMsg_GetNearestFindResult_Reply,
1516 int /* nfr_request_id */, 1515 int /* nfr_request_id */,
1517 float /* distance */) 1516 float /* distance */)
1518 #endif 1517 #endif
1519 1518
1520 // Adding a new message? Stick to the sort order above: first platform 1519 // Adding a new message? Stick to the sort order above: first platform
1521 // independent FrameMsg, then ifdefs for platform specific FrameMsg, then 1520 // independent FrameMsg, then ifdefs for platform specific FrameMsg, then
1522 // platform independent FrameHostMsg, then ifdefs for platform specific 1521 // platform independent FrameHostMsg, then ifdefs for platform specific
1523 // FrameHostMsg. 1522 // FrameHostMsg.
OLDNEW
« no previous file with comments | « content/browser/frame_host/navigation_request.cc ('k') | content/common/navigation_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698