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

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

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.cc
diff --git a/content/public/common/url_constants.cc b/content/public/common/url_constants.cc
index 8337146da2f8ce9deac3af777ea6b66c8154d282..11dc672f87c849fd5d9082ba4e970b1edeaa4206 100644
--- a/content/public/common/url_constants.cc
+++ b/content/public/common/url_constants.cc
@@ -55,6 +55,12 @@ const char kStandardSchemeSeparator[] = "://";
// have a chrome:// scheme that might let it be confused with a WebUI page.
const char kUnreachableWebDataURL[] = "data:text/html,chromewebdata";
+const char kContentScheme[] = "content";
+const char kGeoScheme[] = "geo";
+const char kTelScheme[] = "tel";
Sami 2012/07/26 15:12:32 Ditto.
felipeg 2012/07/26 15:37:43 Done.
+const char kAndroidAssetPath[] = "/android_asset/";
+const char kAndroidResourcePath[] = "/android_res/";
+
// This URL is loaded when a page is swapped out and replaced by a page in a
// different renderer process. It must have a unique origin that cannot be
// scripted by other pages in the process.
« content/public/common/url_constants.h ('K') | « content/public/common/url_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698