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

Unified Diff: chrome/browser/chromeos/settings/device_settings_test_helper.h

Issue 2397863003: Move free disk space check to session_manager. (Closed)
Patch Set: 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: chrome/browser/chromeos/settings/device_settings_test_helper.h
diff --git a/chrome/browser/chromeos/settings/device_settings_test_helper.h b/chrome/browser/chromeos/settings/device_settings_test_helper.h
index 074edf839f02b54916934c78bd93f4112eb99b63..b30a8105ebd68305e074829233bc0cb2e4287297 100644
--- a/chrome/browser/chromeos/settings/device_settings_test_helper.h
+++ b/chrome/browser/chromeos/settings/device_settings_test_helper.h
@@ -124,7 +124,7 @@ class DeviceSettingsTestHelper : 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;
« no previous file with comments | « no previous file | chrome/browser/chromeos/settings/device_settings_test_helper.cc » ('j') | chromeos/dbus/session_manager_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698