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

Unified Diff: ui/message_center/message_center_style.h

Issue 1395093002: Fix system notifications incorrectly marked as type WEB_PAGE (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@timeout
Patch Set: Address peter's review nits Created 5 years, 2 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: ui/message_center/message_center_style.h
diff --git a/ui/message_center/message_center_style.h b/ui/message_center/message_center_style.h
index 6c1ac96d58dc04eefc40fbfc3e6bcc6a4ecd8bd6..864c2894776b3a542d6af0420894519e67db6296 100644
--- a/ui/message_center/message_center_style.h
+++ b/ui/message_center/message_center_style.h
@@ -101,7 +101,7 @@ extern const size_t kNotificationMaximumItems; // For list notifications.
// Timing.
extern const int kAutocloseDefaultDelaySeconds;
extern const int kAutocloseHighPriorityDelaySeconds;
-extern const int kAutocloseWebNotificationDelaySeconds;
+extern const int kAutocloseWebPageDelaySeconds;
// Buttons.
const int kButtonHeight = 38; // In DIPs.

Powered by Google App Engine
This is Rietveld 408576698