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

Unified Diff: chromeos/dbus/mock_power_manager_client.h

Issue 10928037: Revert 155224 - Add is_fullscreen to video updates (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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
===================================================================
--- chromeos/dbus/mock_power_manager_client.h (revision 155231)
+++ chromeos/dbus/mock_power_manager_client.h (working copy)
@@ -34,7 +34,7 @@
MOCK_METHOD1(RequestIdleNotification, void(int64));
MOCK_METHOD0(RequestActiveNotification, void(void));
MOCK_METHOD1(NotifyUserActivity, void(const base::TimeTicks&));
- MOCK_METHOD2(NotifyVideoActivity, void(const base::TimeTicks&, bool));
+ MOCK_METHOD1(NotifyVideoActivity, void(const base::TimeTicks&));
MOCK_METHOD4(RequestPowerStateOverrides,
void(uint32,
uint32,
« 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