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

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: Addressed Comments, refactored. 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
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..e8703646f26e77d4870da10af3970192b584e0c5 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() const { return contents_view_; }
oshima 2017/06/29 16:58:50 ditto
newcomer 2017/06/30 21:47:23 Done.
+
private:
// |directional_movement| is true if the navigation was caused by directional
// controls (eg, arrow keys), as opposed to linear controls (eg, Tab).

Powered by Google App Engine
This is Rietveld 408576698