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

Unified Diff: ash/common/system/chromeos/settings/tray_settings.cc

Issue 2162153002: Added Ash.SystemMenu.DefaultView.VisibleItems histogram. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed ash_unittests compile errors. Created 4 years, 5 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: ash/common/system/chromeos/settings/tray_settings.cc
diff --git a/ash/common/system/chromeos/settings/tray_settings.cc b/ash/common/system/chromeos/settings/tray_settings.cc
index 9df583bfa93c554a33a4cd5066e1b947d5b4fb14..ab327a27d22d382114559d9697fff4a1e782455c 100644
--- a/ash/common/system/chromeos/settings/tray_settings.cc
+++ b/ash/common/system/chromeos/settings/tray_settings.cc
@@ -126,7 +126,7 @@ class SettingsDefaultView : public ActionableView,
} // namespace tray
TraySettings::TraySettings(SystemTray* system_tray)
- : SystemTrayItem(system_tray), default_view_(NULL) {}
+ : SystemTrayItem(system_tray, OS_SETTINGS), default_view_(NULL) {}
tdanderson 2016/07/19 21:58:39 Just SETTINGS instead of OS_SETTINGS to match clas
bruthig 2016/07/20 18:15:52 Done.
TraySettings::~TraySettings() {}

Powered by Google App Engine
This is Rietveld 408576698