Index: chromeos/dbus/session_manager_client.h |
diff --git a/chromeos/dbus/session_manager_client.h b/chromeos/dbus/session_manager_client.h |
index 70ca3f4c7cc2729b50570f1a253cc582a9817442..9f92060583a70fc1f41c8b37f79c5369da74de67 100644 |
--- a/chromeos/dbus/session_manager_client.h |
+++ b/chromeos/dbus/session_manager_client.h |
@@ -15,7 +15,7 @@ |
namespace dbus { |
class Bus; |
-} // namespace |
+} // namespace dbus |
namespace chromeos { |
@@ -158,6 +158,12 @@ class CHROMEOS_EXPORT SessionManagerClient { |
const std::string& policy_blob, |
const StorePolicyCallback& callback) = 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. |
+ // The result of the operation is reported through |callback|. |
Mattias Nissler (ping if slow)
2013/06/12 14:53:03
no callback?
pastarmovj
2013/06/12 16:19:33
Sorry stale comment.
|
+ virtual void SetFlagsForUser(const std::string& username, |
+ const std::vector<std::string>& flags) = 0; |
+ |
// Creates the instance. |
static SessionManagerClient* Create(DBusClientImplementationType type, |
dbus::Bus* bus); |