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

Unified Diff: ash/system/locale/locale_notification_controller.cc

Issue 854183002: ash: Cleanup - remove unused private fields. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « ash/system/locale/locale_notification_controller.h ('k') | ash/system/tray/special_popup_row.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/locale/locale_notification_controller.cc
diff --git a/ash/system/locale/locale_notification_controller.cc b/ash/system/locale/locale_notification_controller.cc
index 20351adf8697e847ed5dcc64eb6ce91c9425d894..8b00960f00e57d8ff53cffb13eb4e23648427bf6 100644
--- a/ash/system/locale/locale_notification_controller.cc
+++ b/ash/system/locale/locale_notification_controller.cc
@@ -71,8 +71,7 @@ void LocaleNotificationDelegate::ButtonClick(int button_index) {
} // namespace
-LocaleNotificationController::LocaleNotificationController()
- : delegate_(NULL) {
+LocaleNotificationController::LocaleNotificationController() {
Shell::GetInstance()->system_tray_notifier()->AddLocaleObserver(this);
}
« no previous file with comments | « ash/system/locale/locale_notification_controller.h ('k') | ash/system/tray/special_popup_row.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698