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

Unified Diff: chrome/common/url_constants.cc

Issue 47603008: Rename inline sign in URL to chrome-signin (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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/sync/inline_login_dialog.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/url_constants.cc
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
index 9feb6b229a0c337b3033d40f12f4deb64f051e9b..dcb9f53fd987781ab6e3ed7d16563fb50146b9bb 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -53,7 +53,7 @@ const char kChromeUIHelpFrameURL[] = "chrome://help-frame/";
const char kChromeUIHistoryURL[] = "chrome://history/";
const char kChromeUIHistoryFrameURL[] = "chrome://history-frame/";
const char kChromeUIIdentityInternalsURL[] = "chrome://identity-internals/";
-const char kChromeUIInlineLoginURL[] = "chrome://inline-login/";
+const char kChromeUIInlineLoginURL[] = "chrome://chrome-signin/";
xiyuan 2013/10/28 16:54:27 nit: kChromeUIInlineLoginURL -> kChromeUIChromeSig
guohui 2013/10/29 17:09:26 Done.
const char kChromeUIInspectURL[] = "chrome://inspect/";
const char kChromeUIInstantURL[] = "chrome://instant/";
const char kChromeUIIPCURL[] = "chrome://ipc/";
@@ -177,7 +177,7 @@ const char kChromeUIHelpHost[] = "help";
const char kChromeUIHistoryHost[] = "history";
const char kChromeUIHistoryFrameHost[] = "history-frame";
const char kChromeUIIdentityInternalsHost[] = "identity-internals";
-const char kChromeUIInlineLoginHost[] = "inline-login";
+const char kChromeUIInlineLoginHost[] = "chrome-signin";
xiyuan 2013/10/28 16:54:27 nit: kChromeUIInlineLoginHost -> kChromeUIChromeSi
guohui 2013/10/29 17:09:26 Done.
const char kChromeUIInspectHost[] = "inspect";
const char kChromeUIInstantHost[] = "instant";
const char kChromeUIIPCHost[] = "ipc";
« no previous file with comments | « chrome/browser/ui/sync/inline_login_dialog.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698