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

Unified Diff: ash/common/system/chromeos/enterprise/tray_enterprise.cc

Issue 2162153002: Added Ash.SystemMenu.DefaultView.VisibleItems histogram. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unnecessary includes after self review. 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/enterprise/tray_enterprise.cc
diff --git a/ash/common/system/chromeos/enterprise/tray_enterprise.cc b/ash/common/system/chromeos/enterprise/tray_enterprise.cc
index 380f0b7e4c12dd1fd02e1162ff625ab8fe2f5ceb..0635de40512ee1e44ea2b26ed523b633e4ca3603 100644
--- a/ash/common/system/chromeos/enterprise/tray_enterprise.cc
+++ b/ash/common/system/chromeos/enterprise/tray_enterprise.cc
@@ -16,7 +16,7 @@
namespace ash {
TrayEnterprise::TrayEnterprise(SystemTray* system_tray)
- : SystemTrayItem(system_tray), tray_view_(NULL) {
+ : SystemTrayItem(system_tray, ENTERPRISE), tray_view_(NULL) {
James Cook 2016/07/20 20:13:49 ditto
bruthig 2016/07/21 14:34:58 Done.
WmShell::Get()->system_tray_notifier()->AddEnterpriseDomainObserver(this);
}

Powered by Google App Engine
This is Rietveld 408576698