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

Unified Diff: ash/test/shelf_view_test_api.h

Issue 1816753002: Enable mash shelf tooltips. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revise tooltip event testing. Created 4 years, 9 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/test/shelf_view_test_api.h
diff --git a/ash/test/shelf_view_test_api.h b/ash/test/shelf_view_test_api.h
index 9d5f594a55f9f50ef33420b2e7369dc6fdd75543..9b035882dbe5088c0e3357ebb250b47ad8c13258 100644
--- a/ash/test/shelf_view_test_api.h
+++ b/ash/test/shelf_view_test_api.h
@@ -27,6 +27,7 @@ class OverflowBubble;
class ShelfButton;
class ShelfButtonPressedMetricTracker;
class ShelfDelegate;
+class ShelfTooltipManager;
class ShelfView;
namespace test {
@@ -68,6 +69,9 @@ class ShelfViewTestAPI {
// An accessor for |shelf_view|.
ShelfView* shelf_view() { return shelf_view_; }
+ // An accessor for the shelf tooltip manager.
+ ShelfTooltipManager* tooltip_manager();
+
// An accessor for overflow bubble.
OverflowBubble* overflow_bubble();

Powered by Google App Engine
This is Rietveld 408576698