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

Unified Diff: chrome/common/url_constants.cc

Issue 8589014: [Sync Setup] Change the "sync everything" dialog "Learn more" link. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 9 years 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/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 d73c65a043faacb568637a2cd4f14658c9ee3a08..e7b883919927ed1aeb71eaa067631b4b6fdba959 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -325,11 +325,30 @@ const char kSyncLearnMoreURL[] =
const char kDownloadScanningLearnMoreURL[] =
"http://www.google.com/support/chrome/bin/answer.py?answer=99020";
+const char kSyncEverythingLearnMoreURL[] =
+ "https://www.google.com/support/chrome/bin/answer.py?answer=185277";
+
#if defined(OS_CHROMEOS)
const char kCloudPrintLearnMoreURL[] =
"https://www.google.com/support/chromeos/bin/topic.py?topic=29023";
#endif
+const char kInvalidPasswordHelpURL[] =
+ "http://www.google.com/support/accounts/bin/answer.py?ctx=ch&answer=27444";
+
+const char kCanNotAccessAccountURL[] =
+ "http://www.google.com/support/accounts/bin/answer.py?answer=48598";
+
+const char kSyncEncryptionHelpURL[] =
+#if defined(OS_CHROMEOS)
+ "http://www.google.com/support/chromeos/bin/answer.py?answer=1181035";
+#else
+ "http://www.google.com/support/chrome/bin/answer.py?answer=1181035";
+#endif
+
+const char kSyncCreateNewAccountURL[] =
+ "https://www.google.com/accounts/NewAccount?service=chromiumsync";
+
const char* const kChromeDebugURLs[] = {
kChromeUICrashURL,
kChromeUIKillURL,
« no previous file with comments | « chrome/common/url_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698