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

Unified Diff: components/arc/arc_bridge_service.h

Issue 1546343002: arc-bridge: Remove unused PowerObserver (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Created 5 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/arc_bridge_service.h
diff --git a/components/arc/arc_bridge_service.h b/components/arc/arc_bridge_service.h
index 12aae9d30f76d063bda8a67dfb05e6add5973802..6e8c885b7f6508e7438e6a5ec457eacd53824a4f 100644
--- a/components/arc/arc_bridge_service.h
+++ b/components/arc/arc_bridge_service.h
@@ -95,19 +95,6 @@ class ArcBridgeService : public ArcBridgeHost {
virtual ~Observer() {}
};
- // Notifies power management-related events.
- class PowerObserver {
- public:
- // Called whenever ARC requests a wake lock.
- virtual void OnAcquireDisplayWakeLock(DisplayWakeLockType type) {}
-
- // Called whenever ARC releases a wake lock.
- virtual void OnReleaseDisplayWakeLock(DisplayWakeLockType type) {}
-
- protected:
- virtual ~PowerObserver() {}
- };
-
~ArcBridgeService() override;
// Gets the global instance of the ARC Bridge Service. This can only be
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698