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

Unified Diff: ui/app_list/views/app_list_view.h

Issue 2952763002: SearchBoxView now enables/disables cursor based on user interaction. (Closed)
Patch Set: SearchBoxView now enables/disables cursor based on user interaction. Created 3 years, 6 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 | « no previous file | ui/app_list/views/search_box_view.h » ('j') | ui/app_list/views/search_box_view.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/app_list_view.h
diff --git a/ui/app_list/views/app_list_view.h b/ui/app_list/views/app_list_view.h
index 2cf5740616aa96b6b6f68ac6768f951d4d9f1406..630c8e6f46250fde427bd43efee72c7f47f56192 100644
--- a/ui/app_list/views/app_list_view.h
+++ b/ui/app_list/views/app_list_view.h
@@ -96,6 +96,8 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDialogDelegateView,
views::Widget* search_box_widget() const { return search_box_widget_; }
+ SearchBoxView* search_box_view() const { return search_box_view_; }
+
// Overridden from views::View:
gfx::Size CalculatePreferredSize() const override;
void OnPaint(gfx::Canvas* canvas) override;
« no previous file with comments | « no previous file | ui/app_list/views/search_box_view.h » ('j') | ui/app_list/views/search_box_view.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698