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

Unified Diff: chromeos/dbus/mock_dbus_thread_manager_without_gmock.cc

Issue 12564007: Hook up system clock update dbus signal to chrome and ash tray ui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix MockDBusThreadManagerWithoutGMock compiling issue. 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
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 3e0234e32432d28eec3699f65dbdaf5ea3f5e40c..692d703fab0085162668654d7e4dd48101f433ec 100644
--- a/chromeos/dbus/mock_dbus_thread_manager_without_gmock.cc
+++ b/chromeos/dbus/mock_dbus_thread_manager_without_gmock.cc
@@ -177,6 +177,11 @@ SMSClient* MockDBusThreadManagerWithoutGMock::GetSMSClient() {
return NULL;
}
+SystemClockClient* MockDBusThreadManagerWithoutGMock::GetSystemClockClient() {
+ NOTIMPLEMENTED();
+ return NULL;
+}
+
UpdateEngineClient* MockDBusThreadManagerWithoutGMock::GetUpdateEngineClient() {
NOTIMPLEMENTED();
return NULL;

Powered by Google App Engine
This is Rietveld 408576698