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

Unified Diff: chromeos/dbus/fake_session_manager_client.h

Issue 2397863003: Move free disk space check to session_manager. (Closed)
Patch Set: Address comment. Created 4 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_session_manager_client.h
diff --git a/chromeos/dbus/fake_session_manager_client.h b/chromeos/dbus/fake_session_manager_client.h
index f2c465b41acda02e31f1fe520f00616be3f87c3b..9db0e2eabfad748f4c82b2ef576603d3fba78826 100644
--- a/chromeos/dbus/fake_session_manager_client.h
+++ b/chromeos/dbus/fake_session_manager_client.h
@@ -68,7 +68,7 @@ class FakeSessionManagerClient : public SessionManagerClient {
void CheckArcAvailability(const ArcCallback& callback) override;
void StartArcInstance(const cryptohome::Identification& cryptohome_id,
bool disable_boot_completed_broadcast,
- const ArcCallback& callback) override;
+ const StartArcInstanceCallback& callback) override;
void StopArcInstance(const ArcCallback& callback) override;
void PrioritizeArcInstance(const ArcCallback& callback) override;
void EmitArcBooted() override;

Powered by Google App Engine
This is Rietveld 408576698