Index: chromeos/dbus/fake_debug_daemon_client.h |
diff --git a/chromeos/dbus/fake_debug_daemon_client.h b/chromeos/dbus/fake_debug_daemon_client.h |
index c8b525674c0d15b9856d6593d438e6b2b6ce07cc..0777f1a3e80cf35e6d6a416f41dacbe2bfa227ac 100644 |
--- a/chromeos/dbus/fake_debug_daemon_client.h |
+++ b/chromeos/dbus/fake_debug_daemon_client.h |
@@ -50,6 +50,11 @@ class CHROMEOS_EXPORT FakeDebugDaemonClient : public DebugDaemonClient { |
const std::map<std::string, std::string>& options, |
const TestICMPCallback& callback) override; |
virtual void UploadCrashes() override; |
+ virtual void EnableDebuggingFeatures( |
+ const std::string& password, |
+ const EnableDebuggingCallback& callback) override; |
+ virtual void RemoveRootfsVerification( |
+ const EnableDebuggingCallback& callback) override; |
private: |
DISALLOW_COPY_AND_ASSIGN(FakeDebugDaemonClient); |