| OLD | NEW | 
|     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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|   323   IPC_STRUCT_TRAITS_MEMBER(transition) |   323   IPC_STRUCT_TRAITS_MEMBER(transition) | 
|   324   IPC_STRUCT_TRAITS_MEMBER(navigation_type) |   324   IPC_STRUCT_TRAITS_MEMBER(navigation_type) | 
|   325   IPC_STRUCT_TRAITS_MEMBER(allow_download) |   325   IPC_STRUCT_TRAITS_MEMBER(allow_download) | 
|   326   IPC_STRUCT_TRAITS_MEMBER(should_replace_current_entry) |   326   IPC_STRUCT_TRAITS_MEMBER(should_replace_current_entry) | 
|   327   IPC_STRUCT_TRAITS_MEMBER(ui_timestamp) |   327   IPC_STRUCT_TRAITS_MEMBER(ui_timestamp) | 
|   328   IPC_STRUCT_TRAITS_MEMBER(report_type) |   328   IPC_STRUCT_TRAITS_MEMBER(report_type) | 
|   329   IPC_STRUCT_TRAITS_MEMBER(base_url_for_data_url) |   329   IPC_STRUCT_TRAITS_MEMBER(base_url_for_data_url) | 
|   330   IPC_STRUCT_TRAITS_MEMBER(history_url_for_data_url) |   330   IPC_STRUCT_TRAITS_MEMBER(history_url_for_data_url) | 
|   331   IPC_STRUCT_TRAITS_MEMBER(lofi_state) |   331   IPC_STRUCT_TRAITS_MEMBER(lofi_state) | 
|   332   IPC_STRUCT_TRAITS_MEMBER(navigation_start) |   332   IPC_STRUCT_TRAITS_MEMBER(navigation_start) | 
 |   333   IPC_STRUCT_TRAITS_MEMBER(method) | 
|   333 IPC_STRUCT_TRAITS_END() |   334 IPC_STRUCT_TRAITS_END() | 
|   334  |   335  | 
|   335 IPC_STRUCT_TRAITS_BEGIN(content::BeginNavigationParams) |   336 IPC_STRUCT_TRAITS_BEGIN(content::BeginNavigationParams) | 
|   336   IPC_STRUCT_TRAITS_MEMBER(method) |  | 
|   337   IPC_STRUCT_TRAITS_MEMBER(headers) |   337   IPC_STRUCT_TRAITS_MEMBER(headers) | 
|   338   IPC_STRUCT_TRAITS_MEMBER(load_flags) |   338   IPC_STRUCT_TRAITS_MEMBER(load_flags) | 
|   339   IPC_STRUCT_TRAITS_MEMBER(has_user_gesture) |   339   IPC_STRUCT_TRAITS_MEMBER(has_user_gesture) | 
|   340   IPC_STRUCT_TRAITS_MEMBER(skip_service_worker) |   340   IPC_STRUCT_TRAITS_MEMBER(skip_service_worker) | 
|   341   IPC_STRUCT_TRAITS_MEMBER(request_context_type) |   341   IPC_STRUCT_TRAITS_MEMBER(request_context_type) | 
|   342 IPC_STRUCT_TRAITS_END() |   342 IPC_STRUCT_TRAITS_END() | 
|   343  |   343  | 
|   344 IPC_STRUCT_TRAITS_BEGIN(content::StartNavigationParams) |   344 IPC_STRUCT_TRAITS_BEGIN(content::StartNavigationParams) | 
|   345   IPC_STRUCT_TRAITS_MEMBER(is_post) |  | 
|   346   IPC_STRUCT_TRAITS_MEMBER(extra_headers) |   345   IPC_STRUCT_TRAITS_MEMBER(extra_headers) | 
|   347   IPC_STRUCT_TRAITS_MEMBER(browser_initiated_post_data) |   346   IPC_STRUCT_TRAITS_MEMBER(browser_initiated_post_data) | 
|   348 #if defined(OS_ANDROID) |   347 #if defined(OS_ANDROID) | 
|   349   IPC_STRUCT_TRAITS_MEMBER(has_user_gesture) |   348   IPC_STRUCT_TRAITS_MEMBER(has_user_gesture) | 
|   350 #endif |   349 #endif | 
|   351   IPC_STRUCT_TRAITS_MEMBER(transferred_request_child_id) |   350   IPC_STRUCT_TRAITS_MEMBER(transferred_request_child_id) | 
|   352   IPC_STRUCT_TRAITS_MEMBER(transferred_request_request_id) |   351   IPC_STRUCT_TRAITS_MEMBER(transferred_request_request_id) | 
|   353 IPC_STRUCT_TRAITS_END() |   352 IPC_STRUCT_TRAITS_END() | 
|   354  |   353  | 
|   355 IPC_STRUCT_TRAITS_BEGIN(content::RequestNavigationParams) |   354 IPC_STRUCT_TRAITS_BEGIN(content::RequestNavigationParams) | 
| (...skipping 1076 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  1432 IPC_MESSAGE_ROUTED3(FrameHostMsg_FindMatchRects_Reply, |  1431 IPC_MESSAGE_ROUTED3(FrameHostMsg_FindMatchRects_Reply, | 
|  1433                     int /* version */, |  1432                     int /* version */, | 
|  1434                     std::vector<gfx::RectF> /* rects */, |  1433                     std::vector<gfx::RectF> /* rects */, | 
|  1435                     gfx::RectF /* active_rect */) |  1434                     gfx::RectF /* active_rect */) | 
|  1436 #endif |  1435 #endif | 
|  1437  |  1436  | 
|  1438 // Adding a new message? Stick to the sort order above: first platform |  1437 // Adding a new message? Stick to the sort order above: first platform | 
|  1439 // independent FrameMsg, then ifdefs for platform specific FrameMsg, then |  1438 // independent FrameMsg, then ifdefs for platform specific FrameMsg, then | 
|  1440 // platform independent FrameHostMsg, then ifdefs for platform specific |  1439 // platform independent FrameHostMsg, then ifdefs for platform specific | 
|  1441 // FrameHostMsg. |  1440 // FrameHostMsg. | 
| OLD | NEW |