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

Unified Diff: ui/app_list/search_box_model.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/search_box_model.h
diff --git a/ui/app_list/search_box_model.h b/ui/app_list/search_box_model.h
index 2da22778985eb9c213a661df1610fa01f8967d9a..2b60ff2719d0dcc86f85594031d0d24375923c1b 100644
--- a/ui/app_list/search_box_model.h
+++ b/ui/app_list/search_box_model.h
@@ -47,10 +47,6 @@ class APP_LIST_EXPORT SearchBoxModel {
SearchBoxModel();
~SearchBoxModel();
- // Sets/gets the icon on the left side of edit box.
- void SetIcon(const gfx::ImageSkia& icon);
- const gfx::ImageSkia& icon() const { return icon_; }
-
// Sets/gets the properties for the button of speech recognition.
void SetSpeechRecognitionButton(
std::unique_ptr<SpeechButtonProperty> speech_button);
@@ -80,7 +76,6 @@ class APP_LIST_EXPORT SearchBoxModel {
void RemoveObserver(SearchBoxModelObserver* observer);
private:
- gfx::ImageSkia icon_;
std::unique_ptr<SpeechButtonProperty> speech_button_;
base::string16 hint_text_;
base::string16 accessible_name_;

Powered by Google App Engine
This is Rietveld 408576698