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

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

Issue 10832034: Upstreaming AndroidProtocolAdapter. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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: content/public/common/url_constants.h
diff --git a/content/public/common/url_constants.h b/content/public/common/url_constants.h
index 7fd1150ffafefcb2b3dfed7aa6a8ed807833483a..435990d84b53cb1a4631c78a11cff62340547ffe 100644
--- a/content/public/common/url_constants.h
+++ b/content/public/common/url_constants.h
@@ -63,6 +63,14 @@ CONTENT_EXPORT extern const char kStandardSchemeSeparator[];
// Special URL used to start a navigation to an error page.
CONTENT_EXPORT extern const char kUnreachableWebDataURL[];
+// Below are only used for Android.
+extern const char kContentScheme[];
+extern const char kGeoScheme[];
+extern const char kTelScheme[];
Sami 2012/07/26 15:12:32 Geo and Tel aren't part of content URLs so they sh
felipeg 2012/07/26 15:37:43 Done.
mkosiba (inactive) 2012/07/26 16:01:04 These are leftovers from an old URL intercepting i
felipeg 2012/07/26 16:28:50 I will update the downstream code in a new CL. See
+// Special Android file paths.
+extern const char kAndroidAssetPath[];
+extern const char kAndroidResourcePath[];
+
// Special URL used to swap out a view being rendered by another process.
extern const char kSwappedOutURL[];

Powered by Google App Engine
This is Rietveld 408576698