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

Unified Diff: chromeos/dbus/mock_dbus_thread_manager_without_gmock.cc

Issue 11887008: Deprecate ShillNetworkClient and add GeolocationHandler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unittest Created 7 years, 11 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 61e751cd7fe9e8c62cbb2dca2f8ac03084fbfccb..1816bf52e078122cdb339c2bad71726a195c6400 100644
--- a/chromeos/dbus/mock_dbus_thread_manager_without_gmock.cc
+++ b/chromeos/dbus/mock_dbus_thread_manager_without_gmock.cc
@@ -114,12 +114,6 @@ ShillManagerClient*
return NULL;
}
-ShillNetworkClient*
- MockDBusThreadManagerWithoutGMock::GetShillNetworkClient() {
- NOTIMPLEMENTED();
- return NULL;
-}
-
ShillProfileClient*
MockDBusThreadManagerWithoutGMock::GetShillProfileClient() {
NOTIMPLEMENTED();

Powered by Google App Engine
This is Rietveld 408576698