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

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

Issue 2332153002: Call session_manager's EmitArcBooted() D-Bus method when ARC is ready (Closed)
Patch Set: rebased on top of my cros_system_api CL to run try, no code change 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/settings/device_settings_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6704a552032397c3e9746c33a1adf1b53fecedc9..e154c528f50042b4412f0c85569aab61709e7a82 100644
--- a/chrome/browser/chromeos/settings/device_settings_test_helper.h
+++ b/chrome/browser/chromeos/settings/device_settings_test_helper.h
@@ -126,6 +126,7 @@ class DeviceSettingsTestHelper : public SessionManagerClient {
const ArcCallback& callback) override;
void StopArcInstance(const ArcCallback& callback) override;
void PrioritizeArcInstance(const ArcCallback& callback) override;
+ void EmitArcBooted() override;
void GetArcStartTime(const GetArcStartTimeCallback& callback) override;
void RemoveArcData(const cryptohome::Identification& cryptohome_id,
const ArcCallback& callback) override;
« no previous file with comments | « no previous file | chrome/browser/chromeos/settings/device_settings_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698