summaryrefslogtreecommitdiffstats
path: root/url/url_constants.cc
diff options
context:
space:
mode:
Diffstat (limited to 'url/url_constants.cc')
-rw-r--r--url/url_constants.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/url/url_constants.cc b/url/url_constants.cc
index 7eac658..d5c57f4 100644
--- a/url/url_constants.cc
+++ b/url/url_constants.cc
@@ -6,6 +6,9 @@
namespace url {
+const char kAboutBlankURL[] = "about:blank";
+
+const char kAboutScheme[] = "about";
const char kBlobScheme[] = "blob";
const char kDataScheme[] = "data";
const char kFileScheme[] = "file";