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

Unified Diff: chrome/browser/policy/browser_policy_connector.cc

Issue 9403010: Add support for kiosk mode on the client. Make sure the settings are written in the lockbox. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 8 years, 10 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: chrome/browser/policy/browser_policy_connector.cc
diff --git a/chrome/browser/policy/browser_policy_connector.cc b/chrome/browser/policy/browser_policy_connector.cc
index bb6a250db4c839c50a669977cfc864ef7c5ac106..772db359a55345b6a347a114e0ffe3bdb57a13f1 100644
--- a/chrome/browser/policy/browser_policy_connector.cc
+++ b/chrome/browser/policy/browser_policy_connector.cc
@@ -184,7 +184,9 @@ EnterpriseInstallAttributes::LockResult
BrowserPolicyConnector::LockDevice(const std::string& user) {
#if defined(OS_CHROMEOS)
if (install_attributes_.get())
- return install_attributes_->LockDevice(user);
+ return install_attributes_->LockDevice(user,
+ device_data_store_->device_mode(),
+ device_data_store_->device_id());
#endif
return EnterpriseInstallAttributes::LOCK_BACKEND_ERROR;
« no previous file with comments | « no previous file | chrome/browser/policy/cloud_policy_data_store.h » ('j') | chrome/browser/policy/enterprise_install_attributes.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698