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

Unified Diff: chrome/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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/url_constants.h
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index 6f1a83f110ef828b91ee391981eddd0c0df9cb95..44478cc02d9f3ba9e762588146c06e233b87428d 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -407,7 +407,6 @@ extern const char kDriveScheme[];
#endif
#if defined(OS_ANDROID)
-extern const char kContentScheme[];
// Special Android file paths.
extern const char kAndroidAssetPath[];
extern const char kAndroidResourcePath[];

Powered by Google App Engine
This is Rietveld 408576698