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

Unified Diff: chrome/browser/chromeos/policy/device_active_directory_policy_manager.h

Issue 2531793002: Update AD status on chrome://policy page automatically (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | chrome/browser/ui/webui/policy_ui_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/policy/device_active_directory_policy_manager.h
diff --git a/chrome/browser/chromeos/policy/device_active_directory_policy_manager.h b/chrome/browser/chromeos/policy/device_active_directory_policy_manager.h
index ab3a41b9a5f67fe9ff12d58cbd7fe371b2f0ffbb..ccd373de00a05e31fb5c60d708bbb17e08bb2d19 100644
--- a/chrome/browser/chromeos/policy/device_active_directory_policy_manager.h
+++ b/chrome/browser/chromeos/policy/device_active_directory_policy_manager.h
@@ -35,6 +35,7 @@ class DeviceActiveDirectoryPolicyManager : public ConfigurationPolicyProvider,
void OnStoreError(CloudPolicyStore* cloud_policy_store) override;
const CloudPolicyStore* store() const { return store_.get(); }
Bernhard Bauer 2016/11/25 15:17:20 Do you use this anywhere else? Otherwise I'd just
Thiemo Nagel 2016/11/28 14:49:40 Imho it would be better style to separate mutable
+ CloudPolicyStore* mutable_store() const { return store_.get(); }
private:
// Publishes the policy that's currently cached in the store.
« no previous file with comments | « no previous file | chrome/browser/ui/webui/policy_ui_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698