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); |