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

Unified Diff: ash/common/test/test_shelf_delegate.h

Issue 2688353005: Fix shelf alignment and auto-hide initialization. (Closed)
Patch Set: Cleanup Created 3 years, 10 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/test/test_shelf_delegate.h
diff --git a/ash/common/test/test_shelf_delegate.h b/ash/common/test/test_shelf_delegate.h
index 575a808fa02043259aacdb21cd988ec6e832b056..78056c6a32b51af9ae3843ad0e4750a8fac04a37 100644
--- a/ash/common/test/test_shelf_delegate.h
+++ b/ash/common/test/test_shelf_delegate.h
@@ -19,6 +19,8 @@ class ShelfModel;
namespace test {
+class ShelfInitializer;
+
// Test implementation of ShelfDelegate.
// Tests may create icons for windows by calling AddShelfItem().
class TestShelfDelegate : public ShelfDelegate, public WmWindowObserver {
@@ -69,6 +71,8 @@ class TestShelfDelegate : public ShelfDelegate, public WmWindowObserver {
static TestShelfDelegate* instance_;
+ std::unique_ptr<ShelfInitializer> shelf_initializer_;
+
ShelfModel* model_;
std::set<std::string> pinned_apps_;

Powered by Google App Engine
This is Rietveld 408576698