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

Unified Diff: chromeos/dbus/session_manager_client.h

Issue 2869163002: Refactor dbus SessionManagerInterface.StartArcInterface (Closed)
Patch Set: update names Created 3 years, 7 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/session_manager_client.h
diff --git a/chromeos/dbus/session_manager_client.h b/chromeos/dbus/session_manager_client.h
index e1554fbaca6dbe11f91da0922a610f5378078fed..fb1544edf7715299443f699d8fc58f7493766abd 100644
--- a/chromeos/dbus/session_manager_client.h
+++ b/chromeos/dbus/session_manager_client.h
@@ -293,8 +293,8 @@ class CHROMEOS_EXPORT SessionManagerClient : public DBusClient {
};
using StartArcInstanceCallback = base::Callback<void(StartArcInstanceResult)>;
virtual void StartArcInstance(const cryptohome::Identification& cryptohome_id,
- bool disable_boot_completed_broadcast,
- bool enable_vendor_privileged,
+ bool skip_boot_completed_broadcast,
+ bool scan_vendor_priv_app,
const StartArcInstanceCallback& callback) = 0;
// Asynchronously stops the ARC instance. Upon completion, invokes

Powered by Google App Engine
This is Rietveld 408576698