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

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

Issue 2339523004: Remove old (dead) app list code. (Closed)
Patch Set: Address nonbistytftatl review. Created 4 years, 3 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 8abee80181359c172148b7dfa70ee035e9b17b74..4aa6a84400c91726d0ef32ba4b42fd8e0f097050 100644
--- a/ui/app_list/views/search_box_view.h
+++ b/ui/app_list/views/search_box_view.h
@@ -111,7 +111,6 @@ class APP_LIST_EXPORT SearchBoxView : public views::View,
const ui::Event* event) override;
// Overridden from SearchBoxModelObserver:
- void IconChanged() override;
void SpeechRecognitionButtonPropChanged() override;
void HintTextChanged() override;
void SelectionModelChanged() override;
@@ -128,7 +127,6 @@ class APP_LIST_EXPORT SearchBoxView : public views::View,
std::unique_ptr<AppListMenuViews> menu_;
views::View* content_container_; // Owned by views hierarchy.
- views::ImageView* icon_view_; // Owned by views hierarchy.
SearchBoxImageButton* back_button_; // Owned by views hierarchy.
SearchBoxImageButton* speech_button_; // Owned by views hierarchy.
views::MenuButton* menu_button_; // Owned by views hierarchy.

Powered by Google App Engine
This is Rietveld 408576698