Chromium Code Reviews

Unified Diff: content/public/common/url_constants.h

Issue 10920033: Implement Android WebView BlockNetworkImages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update ContentSetting to new locking semantics. Add a test that does not require http server. Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: content/public/common/url_constants.h
diff --git a/content/public/common/url_constants.h b/content/public/common/url_constants.h
index 7fd1150ffafefcb2b3dfed7aa6a8ed807833483a..b72dc911daa36c98b1e4729748ed63bc0f3f0125 100644
--- a/content/public/common/url_constants.h
+++ b/content/public/common/url_constants.h
@@ -33,6 +33,7 @@ CONTENT_EXPORT extern const char kMailToScheme[];
CONTENT_EXPORT extern const char kMetadataScheme[];
CONTENT_EXPORT extern const char kSwappedOutScheme[];
CONTENT_EXPORT extern const char kViewSourceScheme[];
+CONTENT_EXPORT extern const char kContentScheme[];
// Hosts for about URLs.
CONTENT_EXPORT extern const char kAboutBlankURL[];

Powered by Google App Engine