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

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

Issue 2501343003: PlzNavigate: AppCache support. (Closed)
Patch Set: Address review comments Created 4 years 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 <stddef.h> 8 #include <stddef.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 IPC_STRUCT_TRAITS_MEMBER(has_committed_real_load) 380 IPC_STRUCT_TRAITS_MEMBER(has_committed_real_load)
381 IPC_STRUCT_TRAITS_MEMBER(intended_as_new_entry) 381 IPC_STRUCT_TRAITS_MEMBER(intended_as_new_entry)
382 IPC_STRUCT_TRAITS_MEMBER(pending_history_list_offset) 382 IPC_STRUCT_TRAITS_MEMBER(pending_history_list_offset)
383 IPC_STRUCT_TRAITS_MEMBER(current_history_list_offset) 383 IPC_STRUCT_TRAITS_MEMBER(current_history_list_offset)
384 IPC_STRUCT_TRAITS_MEMBER(current_history_list_length) 384 IPC_STRUCT_TRAITS_MEMBER(current_history_list_length)
385 IPC_STRUCT_TRAITS_MEMBER(is_view_source) 385 IPC_STRUCT_TRAITS_MEMBER(is_view_source)
386 IPC_STRUCT_TRAITS_MEMBER(should_clear_history_list) 386 IPC_STRUCT_TRAITS_MEMBER(should_clear_history_list)
387 IPC_STRUCT_TRAITS_MEMBER(should_create_service_worker) 387 IPC_STRUCT_TRAITS_MEMBER(should_create_service_worker)
388 IPC_STRUCT_TRAITS_MEMBER(navigation_timing) 388 IPC_STRUCT_TRAITS_MEMBER(navigation_timing)
389 IPC_STRUCT_TRAITS_MEMBER(service_worker_provider_id) 389 IPC_STRUCT_TRAITS_MEMBER(service_worker_provider_id)
390 IPC_STRUCT_TRAITS_MEMBER(appcache_host_id)
390 #if defined(OS_ANDROID) 391 #if defined(OS_ANDROID)
391 IPC_STRUCT_TRAITS_MEMBER(data_url_as_string) 392 IPC_STRUCT_TRAITS_MEMBER(data_url_as_string)
392 #endif 393 #endif
393 IPC_STRUCT_TRAITS_END() 394 IPC_STRUCT_TRAITS_END()
394 395
395 IPC_STRUCT_TRAITS_BEGIN(content::FrameReplicationState) 396 IPC_STRUCT_TRAITS_BEGIN(content::FrameReplicationState)
396 IPC_STRUCT_TRAITS_MEMBER(origin) 397 IPC_STRUCT_TRAITS_MEMBER(origin)
397 IPC_STRUCT_TRAITS_MEMBER(sandbox_flags) 398 IPC_STRUCT_TRAITS_MEMBER(sandbox_flags)
398 IPC_STRUCT_TRAITS_MEMBER(name) 399 IPC_STRUCT_TRAITS_MEMBER(name)
399 IPC_STRUCT_TRAITS_MEMBER(unique_name) 400 IPC_STRUCT_TRAITS_MEMBER(unique_name)
(...skipping 1107 matching lines...) Expand 10 before | Expand all | Expand 10 after
1507 // nearest find result in the sending frame. 1508 // nearest find result in the sending frame.
1508 IPC_MESSAGE_ROUTED2(FrameHostMsg_GetNearestFindResult_Reply, 1509 IPC_MESSAGE_ROUTED2(FrameHostMsg_GetNearestFindResult_Reply,
1509 int /* nfr_request_id */, 1510 int /* nfr_request_id */,
1510 float /* distance */) 1511 float /* distance */)
1511 #endif 1512 #endif
1512 1513
1513 // Adding a new message? Stick to the sort order above: first platform 1514 // Adding a new message? Stick to the sort order above: first platform
1514 // independent FrameMsg, then ifdefs for platform specific FrameMsg, then 1515 // independent FrameMsg, then ifdefs for platform specific FrameMsg, then
1515 // platform independent FrameHostMsg, then ifdefs for platform specific 1516 // platform independent FrameHostMsg, then ifdefs for platform specific
1516 // FrameHostMsg. 1517 // FrameHostMsg.
OLDNEW
« no previous file with comments | « content/child/appcache/web_application_cache_host_impl.cc ('k') | content/common/navigation_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698