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

Unified Diff: chromeos/dbus/fake_debug_daemon_client.h

Issue 539273002: Added UI to enable debugging features on CrOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/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);

Powered by Google App Engine
This is Rietveld 408576698