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

Unified Diff: chrome/browser/chromeos/cros/mock_power_library.h

Issue 8537001: chromeos: Power manager client calls shutdown and restart (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: removed DCHECK for power library Created 9 years, 1 month 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 | chrome/browser/chromeos/cros/power_library.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/cros/mock_power_library.h
diff --git a/chrome/browser/chromeos/cros/mock_power_library.h b/chrome/browser/chromeos/cros/mock_power_library.h
index 1e9eb768f98a4241de3ab2a26906c74e775c488f..a4c7685cf2e4f64afc05abb9fce08929f626e636 100644
--- a/chrome/browser/chromeos/cros/mock_power_library.h
+++ b/chrome/browser/chromeos/cros/mock_power_library.h
@@ -25,8 +25,6 @@ class MockPowerLibrary : public PowerLibrary {
MOCK_METHOD1(CalculateIdleTime, void(CalculateIdleTimeCallback*));
MOCK_METHOD1(EnableScreenLock, void(bool));
- MOCK_METHOD0(RequestRestart, void(void));
- MOCK_METHOD0(RequestShutdown, void(void));
};
} // namespace chromeos
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/power_library.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698