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

Unified Diff: chrome/browser/policy/device_management_policy_cache.h

Issue 5321011: Revert 67530 - Persist 'this device is not managed' information... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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/policy/device_management_policy_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/device_management_policy_cache.h
===================================================================
--- chrome/browser/policy/device_management_policy_cache.h (revision 67530)
+++ chrome/browser/policy/device_management_policy_cache.h (working copy)
@@ -41,11 +41,6 @@
// to the caller.
DictionaryValue* GetPolicy();
- void SetDeviceUnmanaged(bool is_device_unmanaged);
- bool is_device_unmanaged() const {
- return is_device_unmanaged_;
- }
-
// Returns the time as which the policy was last fetched.
base::Time last_policy_refresh_time() const {
return last_policy_refresh_time_;
@@ -82,8 +77,6 @@
// information loaded from the file.
bool fresh_policy_;
- bool is_device_unmanaged_;
-
// The time at which the policy was last refreshed.
base::Time last_policy_refresh_time_;
};
« no previous file with comments | « no previous file | chrome/browser/policy/device_management_policy_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698