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

Unified Diff: extensions/browser/url_request_util.h

Issue 552103003: Remove trailing '\' to avoid build failure on gcc 4.x toolchain. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « chrome/browser/extensions/chrome_url_request_util.h ('k') | no next file » | 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 20ab7dc0f2f90264f531d8c8b2a4d5c523dc8620..78b30db7d9579d95db66013dc663ef271f19a0d2 100644
--- a/extensions/browser/url_request_util.h
+++ b/extensions/browser/url_request_util.h
@@ -18,7 +18,7 @@ class InfoMap;
namespace url_request_util {
// Sets allowed=true to allow a chrome-extension:// resource request coming from
-// renderer A to access a resource in an extension running in renderer B.\
+// renderer A to access a resource in an extension running in renderer B.
// Returns false when it couldn't determine if the resource is allowed or not
bool AllowCrossRendererResourceLoad(net::URLRequest* request,
bool is_incognito,
« no previous file with comments | « chrome/browser/extensions/chrome_url_request_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698