| Index: chrome/browser/ui/webui/policy_ui.cc
|
| diff --git a/chrome/browser/ui/webui/policy_ui.cc b/chrome/browser/ui/webui/policy_ui.cc
|
| index 4077d2d327e0a9376131dc251dcfc3c920bc1bd7..1f675d5d7626978ce670b2cac1b8e5f3c9ebe6c8 100644
|
| --- a/chrome/browser/ui/webui/policy_ui.cc
|
| +++ b/chrome/browser/ui/webui/policy_ui.cc
|
| @@ -394,7 +394,6 @@ class PolicyUIHandler : public content::NotificationObserver,
|
|
|
| policy::PolicyService* GetPolicyService() const;
|
|
|
| - bool initialized_;
|
| std::string device_domain_;
|
|
|
| // Providers that supply status dictionaries for user and device policy,
|
| @@ -526,8 +525,7 @@ void DeviceLocalAccountPolicyStatusProvider::OnDeviceLocalAccountsChanged() {
|
| #endif
|
|
|
| PolicyUIHandler::PolicyUIHandler()
|
| - : initialized_(false),
|
| - weak_factory_(this) {
|
| + : weak_factory_(this) {
|
| }
|
|
|
| PolicyUIHandler::~PolicyUIHandler() {
|
|
|