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

Unified Diff: chrome/common/url_constants.cc

Issue 2971823002: Cleanup Tool WebUI: Add logs upload checkbox and minor polishing (Closed)
Patch Set: Address review comments on #3, simplify idle error cases Created 3 years, 5 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/data/webui/settings/chrome_cleanup_page_test.js » ('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 1a4b74220c8f3a8a8745a74168d34c230b96c8d1..53038946f68bc55ac4dff02af34b5e494c6e4941 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -633,6 +633,10 @@ const char kRemoveNonCWSExtensionURL[] =
#if defined(OS_WIN)
const char kNotificationsHelpURL[] =
"https://support.google.com/chrome/?p=ui_notifications";
+
+// TODO(proberge): Change this URL to a p-link.
+const char kChromeCleanerLearnMoreURL[] =
+ "https://support.google.com/chrome/answer/6086368";
#endif
const char kNotificationWelcomeLearnMoreURL[] =
« no previous file with comments | « chrome/common/url_constants.h ('k') | chrome/test/data/webui/settings/chrome_cleanup_page_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698