summaryrefslogtreecommitdiffstats
path: root/url/url_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'url/url_constants.h')
-rw-r--r--url/url_constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/url/url_constants.h b/url/url_constants.h
index c2f163a..3228bbb 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[];