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

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

Issue 2323133002: Speed up ARC boot if the user launches ARC app while ARC is not ready (Closed)
Patch Set: Fix unit_tests Created 4 years, 3 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 69b0978d5f93d6afbba9ec4a2bf3fef18b94f522..0c13cb7f84b36f929bef85f186152f23b744f7ac 100644
--- a/chrome/browser/chromeos/settings/device_settings_test_helper.cc
+++ b/chrome/browser/chromeos/settings/device_settings_test_helper.cc
@@ -189,6 +189,9 @@ void DeviceSettingsTestHelper::StartArcInstance(
void DeviceSettingsTestHelper::StopArcInstance(const ArcCallback& callback) {}
+void DeviceSettingsTestHelper::PrioritizeArcInstance(
+ const ArcCallback& callback) {}
+
void DeviceSettingsTestHelper::GetArcStartTime(
const GetArcStartTimeCallback& callback) {}
« no previous file with comments | « chrome/browser/chromeos/settings/device_settings_test_helper.h ('k') | chrome/browser/ui/app_list/arc/arc_app_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698