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

Unified Diff: chrome/common/url_constants.cc

Issue 959343003: Enable new sync URL to link to Chrome Away (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« chrome/browser/sync/sync_ui_util.cc ('K') | « chrome/common/url_constants.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 fa1e0a6f48847d279218c22617c4318ee7b3cde2..5027a07bbcba549bc7c958696408c85ee3b80e46 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -364,6 +364,8 @@ const char kExtensionResourceInvalidRequestURL[] =
const char kSyncGoogleDashboardURL[] =
"https://www.google.com/settings/chrome/sync/";
+const char kSyncChromeDashboardURL[] =
+ "https://chrome.com/sync/";
const char kPasswordManagerLearnMoreURL[] =
#if defined(OS_CHROMEOS)
« chrome/browser/sync/sync_ui_util.cc ('K') | « chrome/common/url_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698