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

Unified Diff: chrome/browser/ui/webui/policy_ui.cc

Issue 1053663003: Cleanup: Remove unused variables in chrome/ found by Scythe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/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() {
« no previous file with comments | « chrome/browser/ui/webui/options/sync_setup_handler_unittest.cc ('k') | chrome/browser/ui/zoom/zoom_controller_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698