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

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: dimich comments. 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
« no previous file with comments | « chrome/common/url_constants.h ('k') | ui/message_center/message_center_tray_delegate.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 f5ebe16a011753e92aeba563c736b869004e7527..796b8da9122affab097593cda2c68c3c3a8613a9 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -492,6 +492,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,
« no previous file with comments | « chrome/common/url_constants.h ('k') | ui/message_center/message_center_tray_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698