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

Unified Diff: ash/test/shelf_view_test_api.cc

Issue 1816753002: Enable mash shelf tooltips. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address destructor comment. 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
« no previous file with comments | « ash/test/shelf_view_test_api.h ('k') | ui/app_list/views/app_list_drag_and_drop_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/shelf_view_test_api.cc
diff --git a/ash/test/shelf_view_test_api.cc b/ash/test/shelf_view_test_api.cc
index 1ab9dcbe074fa086993e4d81899a07f99ccc8800..780274eb64e9739cf8cb2224830aa8291f6d8181 100644
--- a/ash/test/shelf_view_test_api.cc
+++ b/ash/test/shelf_view_test_api.cc
@@ -101,6 +101,10 @@ OverflowBubble* ShelfViewTestAPI::overflow_bubble() {
return shelf_view_->overflow_bubble_.get();
}
+ShelfTooltipManager* ShelfViewTestAPI::tooltip_manager() {
+ return &shelf_view_->tooltip_;
+}
+
gfx::Size ShelfViewTestAPI::GetPreferredSize() {
return shelf_view_->GetPreferredSize();
}
« no previous file with comments | « ash/test/shelf_view_test_api.h ('k') | ui/app_list/views/app_list_drag_and_drop_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698