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

Unified Diff: url/url_constants.h

Issue 2644133002: Do not sanitize about:blank/#foo & about:blank?foo (Closed)
Patch Set: Add missing include 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: url/url_constants.h
diff --git a/url/url_constants.h b/url/url_constants.h
index c11058983eaaadb8aae2d75be6deeca3d32dc7c4..7e5cb53face9c7a719a064128c9b646f77b14cfc 100644
--- a/url/url_constants.h
+++ b/url/url_constants.h
@@ -13,6 +13,9 @@ namespace url {
URL_EXPORT extern const char kAboutBlankURL[];
+URL_EXPORT extern const char kAboutBlankPath[];
+URL_EXPORT extern const char kAboutBlankWithHashPath[];
+
URL_EXPORT extern const char kAboutScheme[];
URL_EXPORT extern const char kBlobScheme[];
// The content scheme is specific to Android for identifying a stored file.

Powered by Google App Engine
This is Rietveld 408576698