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

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

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.cc
diff --git a/chrome/browser/chromeos/settings/device_settings_test_helper.cc b/chrome/browser/chromeos/settings/device_settings_test_helper.cc
index d2735a08901d71ae01c3f0fb039a35e8ad6bcfc5..9a3ba21b9ee657b81a3f1df26d210f089657c74b 100644
--- a/chrome/browser/chromeos/settings/device_settings_test_helper.cc
+++ b/chrome/browser/chromeos/settings/device_settings_test_helper.cc
@@ -188,7 +188,7 @@ void DeviceSettingsTestHelper::CheckArcAvailability(
void DeviceSettingsTestHelper::StartArcInstance(
const cryptohome::Identification& cryptohome_id,
bool disable_boot_completed_broadcast,
- const ArcCallback& callback) {}
+ const StartArcInstanceCallback& callback) {}
void DeviceSettingsTestHelper::StopArcInstance(const ArcCallback& callback) {}

Powered by Google App Engine
This is Rietveld 408576698