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

Unified Diff: chrome/common/url_constants.h

Issue 10828140: Upstream about:welcome page for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/url_constants.h
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index 954799cb5b97cec00c7b3a7a42a2e3d1d5540840..6c3e83aaf5706a22d8546e97c95537d42c211e4a 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -71,6 +71,10 @@ extern const char kChromeUIUberURL[];
extern const char kChromeUIUberFrameURL[];
extern const char kChromeUIVersionURL[];
+#if defined(OS_ANDROID)
+extern const char kChromeUIWelcomeURL[];
+#endif
+
#if defined(OS_CHROMEOS)
extern const char kChromeUIActivationMessage[];
extern const char kChromeUIChooseMobileNetworkURL[];
@@ -198,6 +202,10 @@ extern const char kChromeUIWorkersHost[];
extern const char kChromeUIScreenshotPath[];
extern const char kChromeUIThemePath[];
+#if defined(OS_ANDROID)
+extern const char kChromeUIWelcomeHost[];
+#endif
+
#if defined(OS_LINUX) || defined(OS_OPENBSD)
extern const char kChromeUILinuxProxyConfigHost[];
extern const char kChromeUISandboxHost[];
@@ -387,6 +395,7 @@ extern const char kExtensionResourceScheme[];
#if defined(OS_CHROMEOS)
extern const char kDriveScheme[];
#endif
+
#if defined(OS_ANDROID)
extern const char kContentScheme[];
// Special Android file paths.
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698