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

Unified Diff: chrome/browser/extensions/chrome_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 | « no previous file | extensions/browser/url_request_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/chrome_url_request_util.h
diff --git a/chrome/browser/extensions/chrome_url_request_util.h b/chrome/browser/extensions/chrome_url_request_util.h
index 384538acbb28bab0d6e148cafb3cc3fd109b0450..edaefc4fccf576479973db592600a8c6a3d68fe9 100644
--- a/chrome/browser/extensions/chrome_url_request_util.h
+++ b/chrome/browser/extensions/chrome_url_request_util.h
@@ -26,7 +26,7 @@ class InfoMap;
namespace chrome_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 | « no previous file | extensions/browser/url_request_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698