summaryrefslogtreecommitdiffstats
path: root/chromium/ash/public/mojom/assistant_controller.mojom
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ash/public/mojom/assistant_controller.mojom')
-rw-r--r--chromium/ash/public/mojom/assistant_controller.mojom6
1 files changed, 0 insertions, 6 deletions
diff --git a/chromium/ash/public/mojom/assistant_controller.mojom b/chromium/ash/public/mojom/assistant_controller.mojom
index bb7e017860d..124154e37bf 100644
--- a/chromium/ash/public/mojom/assistant_controller.mojom
+++ b/chromium/ash/public/mojom/assistant_controller.mojom
@@ -53,12 +53,6 @@ struct AssistantAlarmTimerEvent {
// AssistantController. Currently used by the Assistant service to notify Ash
// of changes to the underlying alarm/timer state in LibAssistant.
interface AssistantAlarmTimerController {
- // Invoked when a timer has started sounding.
- OnTimerSoundingStarted();
-
- // Invoked when a timer has finished sounding.
- OnTimerSoundingFinished();
-
// Invoked when an alarm/timer state changed. No alarm/timer is ringing if
// |event| is nullptr.
OnAlarmTimerStateChanged(AssistantAlarmTimerEvent? event);