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

Unified Diff: chrome/common/url_constants.cc

Issue 2971823002: Cleanup Tool WebUI: Add logs upload checkbox and minor polishing (Closed)
Patch Set: Minor fixes 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
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";
ftirelo 2017/07/05 19:02:25 Shouldn't we show the text in the user's current l
proberge 2017/07/05 20:14:21 Added some logic to md_settings_localized_strings_
#endif
const char kNotificationWelcomeLearnMoreURL[] =

Powered by Google App Engine
This is Rietveld 408576698