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

Unified Diff: url/url_constants.h

Issue 335353002: Replace some hard coded schemes with the constants in /url/url_constants.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typos. 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_canon_stdurl.cc ('k') | url/url_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/url_constants.h
diff --git a/url/url_constants.h b/url/url_constants.h
index c2f163a33a945b4f2c9cca57c7684f35663a90a1..3228bbb1d8e3073e072a5a0be1ec71839cf50b41 100644
--- a/url/url_constants.h
+++ b/url/url_constants.h
@@ -17,6 +17,7 @@ URL_EXPORT extern const char kDataScheme[];
URL_EXPORT extern const char kFileScheme[];
URL_EXPORT extern const char kFileSystemScheme[];
URL_EXPORT extern const char kFtpScheme[];
+URL_EXPORT extern const char kGopherScheme[];
URL_EXPORT extern const char kHttpScheme[];
URL_EXPORT extern const char kHttpsScheme[];
URL_EXPORT extern const char kJavaScriptScheme[];
« no previous file with comments | « url/url_canon_stdurl.cc ('k') | url/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698