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

Unified Diff: chromeos/dbus/mock_debug_daemon_client.h

Issue 13959009: dbus: Remove unused GMock-ed clients. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/dbus/mock_dbus_thread_manager.cc ('k') | chromeos/dbus/mock_debug_daemon_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/mock_debug_daemon_client.h
diff --git a/chromeos/dbus/mock_debug_daemon_client.h b/chromeos/dbus/mock_debug_daemon_client.h
deleted file mode 100644
index 5f4813f9e1903f1f148897af5218c17a3c524a2c..0000000000000000000000000000000000000000
--- a/chromeos/dbus/mock_debug_daemon_client.h
+++ /dev/null
@@ -1,37 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROMEOS_DBUS_MOCK_DEBUG_DAEMON_CLIENT_H_
-#define CHROMEOS_DBUS_MOCK_DEBUG_DAEMON_CLIENT_H_
-
-#include "chromeos/dbus/debug_daemon_client.h"
-#include "testing/gmock/include/gmock/gmock.h"
-
-namespace chromeos {
-
-class MockDebugDaemonClient : public DebugDaemonClient {
- public:
- MockDebugDaemonClient();
- virtual ~MockDebugDaemonClient();
-
- MOCK_METHOD2(GetDebugLogs, void(base::PlatformFile,
- const GetDebugLogsCallback&));
- MOCK_METHOD2(SetDebugMode, void(const std::string&,
- const SetDebugModeCallback&));
- MOCK_METHOD3(GetRoutes, void(bool, bool, const GetRoutesCallback&));
- MOCK_METHOD1(GetNetworkStatus, void(const GetNetworkStatusCallback&));
- MOCK_METHOD1(GetModemStatus, void(const GetModemStatusCallback&));
- MOCK_METHOD1(GetNetworkInterfaces, void(const GetNetworkInterfacesCallback&));
- MOCK_METHOD2(GetPerfData, void(uint32_t, const GetPerfDataCallback&));
- MOCK_METHOD1(GetAllLogs, void(const GetLogsCallback&));
- MOCK_METHOD1(GetUserLogFiles, void(const GetLogsCallback&));
- MOCK_METHOD1(RequestStopSystemTracing,
- bool(const StopSystemTracingCallback&));
- MOCK_METHOD0(StartSystemTracing, void());
- MOCK_METHOD2(TestICMP, void(const std::string&, const TestICMPCallback&));
-};
-
-} // namespace chromeos
-
-#endif // CHROMEOS_DBUS_MOCK_DEBUG_DAEMON_CLIENT_H_
« no previous file with comments | « chromeos/dbus/mock_dbus_thread_manager.cc ('k') | chromeos/dbus/mock_debug_daemon_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698