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

Unified Diff: extensions/browser/url_request_util.h

Issue 2432153003: Make sure the default CSP is used for <webview> with PlzNavigate. (Closed)
Patch Set: add comment 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/browser/extensions_browser_client.cc ('k') | extensions/browser/url_request_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/url_request_util.h
diff --git a/extensions/browser/url_request_util.h b/extensions/browser/url_request_util.h
index e39fd87de3006289725c7ba5b21c257585d4a25c..e3a5eb52f40daf82b75014fc270a7622f0037454 100644
--- a/extensions/browser/url_request_util.h
+++ b/extensions/browser/url_request_util.h
@@ -32,7 +32,7 @@ bool AllowCrossRendererResourceLoad(net::URLRequest* request,
// Returns true if |request| corresponds to a resource request from a
// <webview>.
-bool IsWebViewRequest(const net::URLRequest* request);
+bool IsWebViewRequest(net::URLRequest* request);
// Helper method that is called by both AllowCrossRendererResourceLoad and
// ExtensionNavigationThrottle to share logic.
« no previous file with comments | « extensions/browser/extensions_browser_client.cc ('k') | extensions/browser/url_request_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698