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

Unified Diff: ui/message_center/popup_timers_controller.h

Issue 2315513002: Reset popup dismissal timers when replacing a notification. (Closed)
Patch Set: Reset popup dismissal timers when replacing a notification. Created 4 years, 3 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 | « ui/message_center/popup_timer.cc ('k') | ui/message_center/popup_timers_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/popup_timers_controller.h
diff --git a/ui/message_center/popup_timers_controller.h b/ui/message_center/popup_timers_controller.h
index 95e84426df557609383384c03d704a8b498f8b82..eb2daf48cf0b301c60f5049368dabd1d89f69e64 100644
--- a/ui/message_center/popup_timers_controller.h
+++ b/ui/message_center/popup_timers_controller.h
@@ -53,14 +53,6 @@ class MESSAGE_CENTER_EXPORT PopupTimersController
void StartTimer(const std::string& id,
const base::TimeDelta& timeout_in_seconds);
- // Stops a single timer, reverts it to a new timeout, and restarts it.
- void ResetTimer(const std::string& id,
- const base::TimeDelta& timeout_in_seconds);
-
- // Pauses a single timer, such that it will continue where it left off after a
- // call to StartAll or StartTimer.
- void PauseTimer(const std::string& id);
-
// Removes and cancels a single popup timer, if it exists.
void CancelTimer(const std::string& id);
« no previous file with comments | « ui/message_center/popup_timer.cc ('k') | ui/message_center/popup_timers_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698