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

Side by Side Diff: content/child/web_url_request_util.h

Issue 559613002: PlzNavigate: Implement RequestNavigation on the renderer side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@commit-navigation-renderer
Patch Set: Fixed error in tests Created 6 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/child/web_url_loader_impl.cc ('k') | content/child/web_url_request_util.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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 #ifndef CONTENT_CHILD_TARGET_TYPE_CONVERSION_H_ 5 #ifndef CONTENT_CHILD_TARGET_TYPE_CONVERSION_H_
6 #define CONTENT_CHILD_TARGET_TYPE_CONVERSION_H_ 6 #define CONTENT_CHILD_TARGET_TYPE_CONVERSION_H_
7 7
8 #include <string>
9
8 #include "content/common/content_export.h" 10 #include "content/common/content_export.h"
9 #include "content/public/common/resource_type.h" 11 #include "content/public/common/resource_type.h"
10 12
11 namespace blink { 13 namespace blink {
12 class WebURLRequest; 14 class WebURLRequest;
13 } 15 }
14 16
15 namespace content { 17 namespace content {
16 18
17 CONTENT_EXPORT ResourceType WebURLRequestToResourceType( 19 CONTENT_EXPORT ResourceType WebURLRequestToResourceType(
18 const blink::WebURLRequest& request); 20 const blink::WebURLRequest& request);
19 21
22 std::string GetWebURLRequestHeaders(const blink::WebURLRequest& request);
23
24 int GetLoadFlagsForWebURLRequest(const blink::WebURLRequest& request);
25
20 } // namespace content 26 } // namespace content
21 27
22 #endif // CONTENT_CHILD_TARGET_TYPE_CONVERSION_H_ 28 #endif // CONTENT_CHILD_TARGET_TYPE_CONVERSION_H_
OLDNEW
« no previous file with comments | « content/child/web_url_loader_impl.cc ('k') | content/child/web_url_request_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698