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

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

Issue 2952763002: SearchBoxView now enables/disables cursor based on user interaction. (Closed)
Patch Set: rebased. Created 3 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
« no previous file with comments | « ui/app_list/views/search_box_view.cc ('k') | ui/views/controls/textfield/textfield.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/search_result_page_view.h
diff --git a/ui/app_list/views/search_result_page_view.h b/ui/app_list/views/search_result_page_view.h
index b26a30e4e9ee74f40fe6344a790ac3354f294369..66d3e4b1fd4b075f8767c3492a520ecfc6897ed7 100644
--- a/ui/app_list/views/search_result_page_view.h
+++ b/ui/app_list/views/search_result_page_view.h
@@ -53,6 +53,8 @@ class APP_LIST_EXPORT SearchResultPageView
// Overridden from SearchResultContainerView::Delegate :
void OnSearchResultContainerResultsChanged() override;
+ views::View* contents_view() { return contents_view_; }
+
private:
// |directional_movement| is true if the navigation was caused by directional
// controls (eg, arrow keys), as opposed to linear controls (eg, Tab).
« no previous file with comments | « ui/app_list/views/search_box_view.cc ('k') | ui/views/controls/textfield/textfield.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698