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

Unified Diff: chromeos/dbus/session_manager_client.h

Issue 2869163002: Refactor dbus SessionManagerInterface.StartArcInterface (Closed)
Patch Set: rebase 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
« no previous file with comments | « chromeos/BUILD.gn ('k') | chromeos/dbus/session_manager_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/session_manager_client.h
diff --git a/chromeos/dbus/session_manager_client.h b/chromeos/dbus/session_manager_client.h
index bd6f33246fa2d5bb98836003863a0ecdc4290ce2..ea5d6108215716a7ccadc9c7699e6c55da6e5ff2 100644
--- a/chromeos/dbus/session_manager_client.h
+++ b/chromeos/dbus/session_manager_client.h
@@ -301,8 +301,8 @@ class CHROMEOS_EXPORT SessionManagerClient : public DBusClient {
base::Callback<void(StartArcInstanceResult result,
const std::string& container_instance_id)>;
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
« no previous file with comments | « chromeos/BUILD.gn ('k') | chromeos/dbus/session_manager_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698