summaryrefslogtreecommitdiff
path: root/chromium/url/url_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/url/url_constants.h')
-rw-r--r--chromium/url/url_constants.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/url/url_constants.h b/chromium/url/url_constants.h
index 7e5cb53face..75f5e9c152e 100644
--- a/chromium/url/url_constants.h
+++ b/chromium/url/url_constants.h
@@ -33,6 +33,8 @@ URL_EXPORT extern const char kMailToScheme[];
URL_EXPORT extern const char kWsScheme[];
URL_EXPORT extern const char kWssScheme[];
+URL_EXPORT extern const char kQrcScheme[];
+
// Special HTTP and HTTPS schemes for serialization of suborigins. See
// https://w3c.github.io/webappsec-suborigins/.
URL_EXPORT extern const char kHttpSuboriginScheme[];