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

Unified Diff: chromeos/dbus/mock_power_manager_client.h

Issue 12775019: chromeos: Remove PowerStateOverride. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more feedback Created 7 years, 9 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 | « chromeos/chromeos.gyp ('k') | chromeos/dbus/power_manager_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/mock_power_manager_client.h
diff --git a/chromeos/dbus/mock_power_manager_client.h b/chromeos/dbus/mock_power_manager_client.h
index 870f0efe6087ac9e61119e22e50972b88f74386b..32a5cd94a10d4a80429b5fa450f4aaf8762c4a2a 100644
--- a/chromeos/dbus/mock_power_manager_client.h
+++ b/chromeos/dbus/mock_power_manager_client.h
@@ -35,12 +35,6 @@ class MockPowerManagerClient : public PowerManagerClient {
MOCK_METHOD1(NotifyUserActivity, void(const base::TimeTicks&));
MOCK_METHOD2(NotifyVideoActivity, void(const base::TimeTicks&, bool));
MOCK_METHOD1(SetPolicy, void(const power_manager::PowerManagementPolicy&));
- MOCK_METHOD4(RequestPowerStateOverrides,
- void(uint32,
- base::TimeDelta,
- int,
- const PowerStateRequestIdCallback&));
- MOCK_METHOD1(CancelPowerStateOverrides, void(uint32));
MOCK_METHOD1(SetIsProjecting, void(bool));
MOCK_METHOD0(GetSuspendReadinessCallback, base::Closure(void));
};
« no previous file with comments | « chromeos/chromeos.gyp ('k') | chromeos/dbus/power_manager_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698