Index: chromeos/dbus/mock_dbus_thread_manager_without_gmock.cc |
diff --git a/chromeos/dbus/mock_dbus_thread_manager_without_gmock.cc b/chromeos/dbus/mock_dbus_thread_manager_without_gmock.cc |
index f79ffaec0fb66dc3e16441cdda799fb91c927461..0635d89d6bdf2f8542aac9f15d1f785ffd9029d8 100644 |
--- a/chromeos/dbus/mock_dbus_thread_manager_without_gmock.cc |
+++ b/chromeos/dbus/mock_dbus_thread_manager_without_gmock.cc |
@@ -159,6 +159,12 @@ PowerManagerClient* MockDBusThreadManagerWithoutGMock::GetPowerManagerClient() { |
return NULL; |
} |
+PowerPolicyController* |
+MockDBusThreadManagerWithoutGMock::GetPowerPolicyController() { |
+ NOTIMPLEMENTED(); |
+ return NULL; |
+} |
+ |
SessionManagerClient* |
MockDBusThreadManagerWithoutGMock::GetSessionManagerClient() { |
NOTIMPLEMENTED(); |