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

Unified Diff: chrome/common/url_constants.cc

Issue 17286015: Adds a first-run balloon to the Windows notification center. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 c357943db68aeaf28f029bf5b28be7a02db7dbed..84ba1c5485f471c801a596579034bd9fa374f95a 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -488,6 +488,9 @@ const char kLearnMoreEnterpriseURL[] =
"https://support.google.com/chromeos/bin/answer.py?answer=2535613";
#endif
+const char kNotificationsHelpURL[] =
+ "https://support.google.com/chrome/?p=ui_notifications";
+
const char* const kChromeDebugURLs[] = {
content::kChromeUICrashURL,
content::kChromeUIKillURL,

Powered by Google App Engine
This is Rietveld 408576698