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

Unified Diff: url/url_constants.cc

Issue 325443002: Move about://-related constants from //content to //url (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Android ifx Created 6 years, 6 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 | « url/url_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/url_constants.cc
diff --git a/url/url_constants.cc b/url/url_constants.cc
index 7eac65879c000dec56ebdfa6f19baab5e7b99cdc..d5c57f487aff4de46f66abdad823b67376731787 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";
« no previous file with comments | « url/url_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698