| Index: chromeos/dbus/session_manager_client.h
|
| diff --git a/chromeos/dbus/session_manager_client.h b/chromeos/dbus/session_manager_client.h
|
| index 8d335328fab955a4a7b49666c4459d407103f1ec..acc3376a02ce83d3b9ab1e4596837cf2f02973c5 100644
|
| --- a/chromeos/dbus/session_manager_client.h
|
| +++ b/chromeos/dbus/session_manager_client.h
|
| @@ -198,6 +198,10 @@ class CHROMEOS_EXPORT SessionManagerClient : public DBusClient {
|
| const std::string& policy_blob,
|
| const StorePolicyCallback& callback) = 0;
|
|
|
| + // Returns whether session manager can be used to restart Chrome in order to
|
| + // apply per-user session flags.
|
| + virtual bool SupportsRestartToApplyUserFlags() const = 0;
|
| +
|
| // Sets the flags to be applied next time by the session manager when Chrome
|
| // is restarted inside an already started session for a particular user.
|
| virtual void SetFlagsForUser(const cryptohome::Identification& cryptohome_id,
|
|
|