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

Unified Diff: ash/shelf/shelf_layout_manager_unittest.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/shelf/shelf_layout_manager_unittest.cc
diff --git a/ash/shelf/shelf_layout_manager_unittest.cc b/ash/shelf/shelf_layout_manager_unittest.cc
index 76a09e53bab72f653244cb6c014745fe55520655..87b37635a580a799e024ddf32cd3160e8efafcdb 100644
--- a/ash/shelf/shelf_layout_manager_unittest.cc
+++ b/ash/shelf/shelf_layout_manager_unittest.cc
@@ -267,7 +267,7 @@ class ShelfLayoutObserverTest : public ShelfLayoutManagerObserver {
class TestItem : public SystemTrayItem {
public:
TestItem()
- : SystemTrayItem(GetSystemTray()),
+ : SystemTrayItem(GetSystemTray(), NETWORK),
tray_view_(nullptr),
default_view_(nullptr),
detailed_view_(nullptr),

Powered by Google App Engine
This is Rietveld 408576698