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

Unified Diff: chrome/common/url_constants.cc

Issue 10332185: Update behavior of one-click infobar to remove modal dialog, add "undo". (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 7 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/common/url_constants.h ('k') | chrome/test/base/test_browser_window.h » ('j') | 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 2204ea95f774e81ed65048598f53e3c973a78fe4..da738ecbae3e0b6fe51f04ef363c0bd4065c2be2 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -295,6 +295,13 @@ const char kChromeHelpURL[] =
"https://support.google.com/chrome/?p=help";
#endif
+const char kChromeSyncLearnMoreURL[] =
+#if defined(OS_CHROMEOS)
+ "http://support.google.com/chromeos/bin/answer.py?hl=en&answer=165139";
+#else
+ "http://support.google.com/chrome/bin/answer.py?hl=en&answer=165139";
+#endif
+
const char kSettingsSearchHelpURL[] =
#if defined(OS_CHROMEOS)
"https://support.google.com/chromeos/?p=settings_search_help";
« no previous file with comments | « chrome/common/url_constants.h ('k') | chrome/test/base/test_browser_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698