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

Unified Diff: url/url_constants.h

Issue 301353003: Using pre-existing constants instead of hard-coding (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing nit Created 6 years, 7 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/gurl.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 18b4bfc73b877db1ed49f4cfdeeab1119d7bcb82..07c454c35d6ed3d0588e646a106efa01f671ce70 100644
--- a/url/url_constants.h
+++ b/url/url_constants.h
@@ -18,6 +18,8 @@ URL_EXPORT extern const char kHttpScheme[];
URL_EXPORT extern const char kHttpsScheme[];
URL_EXPORT extern const char kJavaScriptScheme[];
URL_EXPORT extern const char kMailToScheme[];
+URL_EXPORT extern const char kWsScheme[];
+URL_EXPORT extern const char kWssScheme[];
} // namespace url
« no previous file with comments | « url/gurl.cc ('k') | url/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698