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

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: 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
« content/renderer/render_frame_impl.cc ('K') | « 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 ae58a05be49f918a8951b6e99715e644173ac444..9c866563ee32af9f9f785819c884b7608f5be177 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";
« content/renderer/render_frame_impl.cc ('K') | « url/url_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698