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

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

Issue 2356013002: Remove unused was_fetched_via_proxy members (Closed)
Patch Set: remove even more! Created 4 years, 2 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/frame_messages.h ('k') | content/public/common/resource_response.cc » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 resource loading. 5 // IPC messages for resource loading.
6 // 6 //
7 // NOTE: All messages must send an |int request_id| as their first parameter. 7 // NOTE: All messages must send an |int request_id| as their first parameter.
8 8
9 // Multiply-included message file, hence no include guard. 9 // Multiply-included message file, hence no include guard.
10 10
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 IPC_STRUCT_TRAITS_MEMBER(encoded_body_length) 160 IPC_STRUCT_TRAITS_MEMBER(encoded_body_length)
161 IPC_STRUCT_TRAITS_MEMBER(appcache_id) 161 IPC_STRUCT_TRAITS_MEMBER(appcache_id)
162 IPC_STRUCT_TRAITS_MEMBER(appcache_manifest_url) 162 IPC_STRUCT_TRAITS_MEMBER(appcache_manifest_url)
163 IPC_STRUCT_TRAITS_MEMBER(load_timing) 163 IPC_STRUCT_TRAITS_MEMBER(load_timing)
164 IPC_STRUCT_TRAITS_MEMBER(devtools_info) 164 IPC_STRUCT_TRAITS_MEMBER(devtools_info)
165 IPC_STRUCT_TRAITS_MEMBER(download_file_path) 165 IPC_STRUCT_TRAITS_MEMBER(download_file_path)
166 IPC_STRUCT_TRAITS_MEMBER(was_fetched_via_spdy) 166 IPC_STRUCT_TRAITS_MEMBER(was_fetched_via_spdy)
167 IPC_STRUCT_TRAITS_MEMBER(was_alpn_negotiated) 167 IPC_STRUCT_TRAITS_MEMBER(was_alpn_negotiated)
168 IPC_STRUCT_TRAITS_MEMBER(was_alternate_protocol_available) 168 IPC_STRUCT_TRAITS_MEMBER(was_alternate_protocol_available)
169 IPC_STRUCT_TRAITS_MEMBER(connection_info) 169 IPC_STRUCT_TRAITS_MEMBER(connection_info)
170 IPC_STRUCT_TRAITS_MEMBER(was_fetched_via_proxy)
171 IPC_STRUCT_TRAITS_MEMBER(alpn_negotiated_protocol) 170 IPC_STRUCT_TRAITS_MEMBER(alpn_negotiated_protocol)
172 IPC_STRUCT_TRAITS_MEMBER(socket_address) 171 IPC_STRUCT_TRAITS_MEMBER(socket_address)
173 IPC_STRUCT_TRAITS_MEMBER(was_fetched_via_service_worker) 172 IPC_STRUCT_TRAITS_MEMBER(was_fetched_via_service_worker)
174 IPC_STRUCT_TRAITS_MEMBER(was_fallback_required_by_service_worker) 173 IPC_STRUCT_TRAITS_MEMBER(was_fallback_required_by_service_worker)
175 IPC_STRUCT_TRAITS_MEMBER(original_url_via_service_worker) 174 IPC_STRUCT_TRAITS_MEMBER(original_url_via_service_worker)
176 IPC_STRUCT_TRAITS_MEMBER(response_type_via_service_worker) 175 IPC_STRUCT_TRAITS_MEMBER(response_type_via_service_worker)
177 IPC_STRUCT_TRAITS_MEMBER(service_worker_start_time) 176 IPC_STRUCT_TRAITS_MEMBER(service_worker_start_time)
178 IPC_STRUCT_TRAITS_MEMBER(service_worker_ready_time) 177 IPC_STRUCT_TRAITS_MEMBER(service_worker_ready_time)
179 IPC_STRUCT_TRAITS_MEMBER(is_in_cache_storage) 178 IPC_STRUCT_TRAITS_MEMBER(is_in_cache_storage)
180 IPC_STRUCT_TRAITS_MEMBER(cache_storage_cache_name) 179 IPC_STRUCT_TRAITS_MEMBER(cache_storage_cache_name)
181 IPC_STRUCT_TRAITS_MEMBER(proxy_server)
182 IPC_STRUCT_TRAITS_MEMBER(is_using_lofi) 180 IPC_STRUCT_TRAITS_MEMBER(is_using_lofi)
183 IPC_STRUCT_TRAITS_MEMBER(effective_connection_type) 181 IPC_STRUCT_TRAITS_MEMBER(effective_connection_type)
184 IPC_STRUCT_TRAITS_MEMBER(certificate) 182 IPC_STRUCT_TRAITS_MEMBER(certificate)
185 IPC_STRUCT_TRAITS_MEMBER(cert_status) 183 IPC_STRUCT_TRAITS_MEMBER(cert_status)
186 IPC_STRUCT_TRAITS_MEMBER(ssl_connection_status) 184 IPC_STRUCT_TRAITS_MEMBER(ssl_connection_status)
187 IPC_STRUCT_TRAITS_MEMBER(ssl_key_exchange_group) 185 IPC_STRUCT_TRAITS_MEMBER(ssl_key_exchange_group)
188 IPC_STRUCT_TRAITS_MEMBER(signed_certificate_timestamps) 186 IPC_STRUCT_TRAITS_MEMBER(signed_certificate_timestamps)
189 IPC_STRUCT_TRAITS_MEMBER(cors_exposed_header_names) 187 IPC_STRUCT_TRAITS_MEMBER(cors_exposed_header_names)
190 IPC_STRUCT_TRAITS_END() 188 IPC_STRUCT_TRAITS_END()
191 189
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 376
379 // Sent when the renderer process deletes a resource loader. 377 // Sent when the renderer process deletes a resource loader.
380 IPC_MESSAGE_CONTROL1(ResourceHostMsg_ReleaseDownloadedFile, 378 IPC_MESSAGE_CONTROL1(ResourceHostMsg_ReleaseDownloadedFile,
381 int /* request_id */) 379 int /* request_id */)
382 380
383 // Sent by the renderer when a resource request changes priority. 381 // Sent by the renderer when a resource request changes priority.
384 IPC_MESSAGE_CONTROL3(ResourceHostMsg_DidChangePriority, 382 IPC_MESSAGE_CONTROL3(ResourceHostMsg_DidChangePriority,
385 int /* request_id */, 383 int /* request_id */,
386 net::RequestPriority, 384 net::RequestPriority,
387 int /* intra_priority_value */) 385 int /* intra_priority_value */)
OLDNEW
« no previous file with comments | « content/common/frame_messages.h ('k') | content/public/common/resource_response.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698