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

Unified Diff: chrome/common/url_constants.h

Issue 2252063002: Adding client code for new desktop First Run Experience. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 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
« no previous file with comments | « chrome/browser/ui/webui/welcome_ui.cc ('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 5b7fbce4c7eeb7c796fcefc7e77bd10c1060a799..9b2b2ddd2e2bc290bfc7a033a93bb63489be797b 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -86,6 +86,7 @@ extern const char kChromeUIUberFrameURL[];
extern const char kChromeUIUserActionsURL[];
extern const char kChromeUIUserManagerURL[];
extern const char kChromeUIVersionURL[];
+extern const char kChromeUIWelcomeURL[];
#if BUILDFLAG(ANDROID_JAVA_UI)
extern const char kChromeUIContextualSearchPromoURL[];
@@ -235,6 +236,7 @@ extern const char kChromeUIUberHost[];
extern const char kChromeUIUsbInternalsHost[];
extern const char kChromeUIUserActionsHost[];
extern const char kChromeUIVersionHost[];
+extern const char kChromeUIWelcomeHost[];
extern const char kChromeUIWorkersHost[];
#if defined(ENABLE_PRINT_PREVIEW)
« no previous file with comments | « chrome/browser/ui/webui/welcome_ui.cc ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698