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

Unified Diff: ash/shelf/shelf.h

Issue 2187953002: mash: Migrate ShelfButton* to wm common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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.h
diff --git a/ash/shelf/shelf.h b/ash/shelf/shelf.h
index 5cc1fed2c84f20606ad574b688373133013cff94..4d85bb0fd9a53505a8b36b2a5a0862abdf1e6455 100644
--- a/ash/shelf/shelf.h
+++ b/ash/shelf/shelf.h
@@ -156,6 +156,8 @@ class ASH_EXPORT Shelf {
return &shelf_locking_manager_;
}
+ ShelfView* shelf_view_for_testing() { return shelf_view_; }
+
private:
friend class test::ShelfTestAPI;

Powered by Google App Engine
This is Rietveld 408576698