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

Unified Diff: ash/tray_action/tray_action_observer.h

Issue 2870473002: Revert of Introduce ash mojo interface for lock screen action handlers (Closed)
Patch Set: Created 3 years, 7 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 | « ash/tray_action/tray_action.cc ('k') | ash/tray_action/tray_action_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/tray_action/tray_action_observer.h
diff --git a/ash/tray_action/tray_action_observer.h b/ash/tray_action/tray_action_observer.h
deleted file mode 100644
index 6a8faca408fa0e4c2d44e5c7ecbf27ea7184e605..0000000000000000000000000000000000000000
--- a/ash/tray_action/tray_action_observer.h
+++ /dev/null
@@ -1,22 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef ASH_TRAY_ACTION_TRAY_ACTION_OBSERVER_H_
-#define ASH_TRAY_ACTION_TRAY_ACTION_OBSERVER_H_
-
-#include "ash/public/interfaces/tray_action.mojom.h"
-
-namespace ash {
-
-class TrayActionObserver {
- public:
- virtual ~TrayActionObserver() {}
-
- // Called when action handler state changes.
- virtual void OnLockScreenNoteStateChanged(mojom::TrayActionState state) = 0;
-};
-
-} // namespace ash
-
-#endif // ASH_TRAY_ACTION_TRAY_ACTION_OBSERVER_H_
« no previous file with comments | « ash/tray_action/tray_action.cc ('k') | ash/tray_action/tray_action_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698