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[]; |