| Index: chromeos/dbus/session_manager_client.h
|
| diff --git a/chromeos/dbus/session_manager_client.h b/chromeos/dbus/session_manager_client.h
|
| index 2a5792dc1210cefe12a564aec4923f3d589842ad..9e3ca89d2a103393003d2205004e0cd83ec9c3bf 100644
|
| --- a/chromeos/dbus/session_manager_client.h
|
| +++ b/chromeos/dbus/session_manager_client.h
|
| @@ -156,8 +156,11 @@
|
|
|
| // Attempts to asynchronously store |policy_blob| as user policy for the given
|
| // |username|. Upon completion of the store attempt, we will call callback.
|
| + // The |policy_key| argument is not sent to the session manager, but is used
|
| + // by the stub implementation to enable policy validation on desktop builds.
|
| virtual void StorePolicyForUser(const std::string& username,
|
| const std::string& policy_blob,
|
| + const std::string& policy_key,
|
| const StorePolicyCallback& callback) = 0;
|
|
|
| // Sends a request to store a policy blob for the specified device-local
|
|
|