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

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

Issue 185623002: Add Hide and Show to the app list SearchBoxView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ares_contents_switcher
Patch Set: Created 6 years, 10 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_box_view.h
diff --git a/ui/app_list/views/search_box_view.h b/ui/app_list/views/search_box_view.h
index d4ee96da709e92f9163be0a3fe9d9d4bb0bb4165..5c55a3d87f20a2cc01e62b604405702d2c3bed34 100644
--- a/ui/app_list/views/search_box_view.h
+++ b/ui/app_list/views/search_box_view.h
@@ -47,6 +47,8 @@ class APP_LIST_EXPORT SearchBoxView : public views::View,
bool HasSearch() const;
void ClearSearch();
void InvalidateMenu();
+ void Show();
+ void Hide();
views::Textfield* search_box() { return search_box_; }

Powered by Google App Engine
This is Rietveld 408576698