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

Unified Diff: ui/app_list/search_box_model_observer.h

Issue 12789010: [win] Change app launcher profile indicator to be a menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clang fail Created 7 years, 9 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/search_box_model.cc ('k') | ui/app_list/test/app_list_test_view_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/search_box_model_observer.h
diff --git a/ui/app_list/search_box_model_observer.h b/ui/app_list/search_box_model_observer.h
index eb9d22c8410748ead625782f3b7d2e1d1c5b386b..b4cc40c2d9a3f1dde7b9c716c9665d2baf4148eb 100644
--- a/ui/app_list/search_box_model_observer.h
+++ b/ui/app_list/search_box_model_observer.h
@@ -23,15 +23,6 @@ class APP_LIST_EXPORT SearchBoxModelObserver {
// Invoked when text is changed.
virtual void TextChanged() = 0;
- // Invoked when user icon is changed.
- virtual void UserIconChanged() = 0;
-
- // Invoked when text is changed.
- virtual void UserIconTooltipChanged() = 0;
-
- // Invoked when text is changed.
- virtual void UserIconEnabledChanged() = 0;
-
protected:
virtual ~SearchBoxModelObserver() {}
};
« no previous file with comments | « ui/app_list/search_box_model.cc ('k') | ui/app_list/test/app_list_test_view_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698