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

Side by Side Diff: content/renderer/render_frame_impl.cc

Issue 2914423002: Network service: move URLLoaderThrottle and ThrottlingURLLoader. (Closed)
Patch Set: Created 3 years, 6 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/public/common/url_loader_throttle.h ('k') | content/test/BUILD.gn » ('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 #include "content/renderer/render_frame_impl.h" 5 #include "content/renderer/render_frame_impl.h"
6 6
7 #include <map> 7 #include <map>
8 #include <string> 8 #include <string>
9 #include <utility> 9 #include <utility>
10 #include <vector> 10 #include <vector>
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 #include "content/common/frame_replication_state.h" 64 #include "content/common/frame_replication_state.h"
65 #include "content/common/input_messages.h" 65 #include "content/common/input_messages.h"
66 #include "content/common/navigation_params.h" 66 #include "content/common/navigation_params.h"
67 #include "content/common/page_messages.h" 67 #include "content/common/page_messages.h"
68 #include "content/common/savable_subframe.h" 68 #include "content/common/savable_subframe.h"
69 #include "content/common/service_worker/service_worker_types.h" 69 #include "content/common/service_worker/service_worker_types.h"
70 #include "content/common/site_isolation_policy.h" 70 #include "content/common/site_isolation_policy.h"
71 #include "content/common/swapped_out_messages.h" 71 #include "content/common/swapped_out_messages.h"
72 #include "content/common/view_messages.h" 72 #include "content/common/view_messages.h"
73 #include "content/common/worker_url_loader_factory_provider.mojom.h" 73 #include "content/common/worker_url_loader_factory_provider.mojom.h"
74 #include "content/public/child/url_loader_throttle.h"
75 #include "content/public/common/appcache_info.h" 74 #include "content/public/common/appcache_info.h"
76 #include "content/public/common/associated_interface_provider.h" 75 #include "content/public/common/associated_interface_provider.h"
77 #include "content/public/common/bindings_policy.h" 76 #include "content/public/common/bindings_policy.h"
78 #include "content/public/common/browser_side_navigation_policy.h" 77 #include "content/public/common/browser_side_navigation_policy.h"
79 #include "content/public/common/content_constants.h" 78 #include "content/public/common/content_constants.h"
80 #include "content/public/common/content_features.h" 79 #include "content/public/common/content_features.h"
81 #include "content/public/common/content_switches.h" 80 #include "content/public/common/content_switches.h"
82 #include "content/public/common/context_menu_params.h" 81 #include "content/public/common/context_menu_params.h"
83 #include "content/public/common/file_chooser_file_info.h" 82 #include "content/public/common/file_chooser_file_info.h"
84 #include "content/public/common/file_chooser_params.h" 83 #include "content/public/common/file_chooser_params.h"
85 #include "content/public/common/isolated_world_ids.h" 84 #include "content/public/common/isolated_world_ids.h"
86 #include "content/public/common/page_state.h" 85 #include "content/public/common/page_state.h"
87 #include "content/public/common/resource_response.h" 86 #include "content/public/common/resource_response.h"
88 #include "content/public/common/service_manager_connection.h" 87 #include "content/public/common/service_manager_connection.h"
89 #include "content/public/common/url_constants.h" 88 #include "content/public/common/url_constants.h"
89 #include "content/public/common/url_loader_throttle.h"
90 #include "content/public/common/url_utils.h" 90 #include "content/public/common/url_utils.h"
91 #include "content/public/renderer/browser_plugin_delegate.h" 91 #include "content/public/renderer/browser_plugin_delegate.h"
92 #include "content/public/renderer/content_renderer_client.h" 92 #include "content/public/renderer/content_renderer_client.h"
93 #include "content/public/renderer/context_menu_client.h" 93 #include "content/public/renderer/context_menu_client.h"
94 #include "content/public/renderer/document_state.h" 94 #include "content/public/renderer/document_state.h"
95 #include "content/public/renderer/navigation_state.h" 95 #include "content/public/renderer/navigation_state.h"
96 #include "content/public/renderer/render_frame_observer.h" 96 #include "content/public/renderer/render_frame_observer.h"
97 #include "content/public/renderer/render_frame_visitor.h" 97 #include "content/public/renderer/render_frame_visitor.h"
98 #include "content/public/renderer/renderer_ppapi_host.h" 98 #include "content/public/renderer/renderer_ppapi_host.h"
99 #include "content/renderer/accessibility/render_accessibility_impl.h" 99 #include "content/renderer/accessibility/render_accessibility_impl.h"
(...skipping 6682 matching lines...) Expand 10 before | Expand all | Expand 10 after
6782 policy(info.default_policy), 6782 policy(info.default_policy),
6783 replaces_current_history_item(info.replaces_current_history_item), 6783 replaces_current_history_item(info.replaces_current_history_item),
6784 history_navigation_in_new_child_frame( 6784 history_navigation_in_new_child_frame(
6785 info.is_history_navigation_in_new_child_frame), 6785 info.is_history_navigation_in_new_child_frame),
6786 client_redirect(info.is_client_redirect), 6786 client_redirect(info.is_client_redirect),
6787 cache_disabled(info.is_cache_disabled), 6787 cache_disabled(info.is_cache_disabled),
6788 form(info.form), 6788 form(info.form),
6789 source_location(info.source_location) {} 6789 source_location(info.source_location) {}
6790 6790
6791 } // namespace content 6791 } // namespace content
OLDNEW
« no previous file with comments | « content/public/common/url_loader_throttle.h ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698