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

Unified Diff: content/public/common/url_constants.h

Issue 2644133002: Do not sanitize about:blank/#foo & about:blank?foo (Closed)
Patch Set: Created 3 years, 11 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
Index: content/public/common/url_constants.h
diff --git a/content/public/common/url_constants.h b/content/public/common/url_constants.h
index 9e51257ae05789592564a531bd45706f5dfb164c..87e292fc0db01848ba81860a9231b9416420a712 100644
--- a/content/public/common/url_constants.h
+++ b/content/public/common/url_constants.h
@@ -27,6 +27,9 @@ CONTENT_EXPORT extern const char kExternalFileScheme[];
// Hosts for about URLs.
CONTENT_EXPORT extern const char kAboutSrcDocURL[];
+CONTENT_EXPORT extern const char kAboutBlankPath[];
clamy 2017/01/19 17:54:51 Note: I've put all this in this file since it seem
Charlie Reis 2017/01/19 22:36:35 I was going to suggest content/common/content_cons
clamy 2017/01/20 12:51:53 As per mkwst@ input, I've moved this to url/.
+CONTENT_EXPORT extern const char kAboutBlankWithHashPath[];
+
CONTENT_EXPORT extern const char kChromeUIAccessibilityHost[];
CONTENT_EXPORT extern const char kChromeUIAppCacheInternalsHost[];
CONTENT_EXPORT extern const char kChromeUIBlobInternalsHost[];

Powered by Google App Engine
This is Rietveld 408576698