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

Unified Diff: ui/app_list/app_list_view_delegate.h

Issue 2350623002: Deleted AppListViewDelegateObserver class (was unused). (Closed)
Patch Set: More cleanup. 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
« no previous file with comments | « chrome/browser/ui/app_list/app_list_view_delegate.cc ('k') | ui/app_list/app_list_view_delegate_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/app_list_view_delegate.h
diff --git a/ui/app_list/app_list_view_delegate.h b/ui/app_list/app_list_view_delegate.h
index 6b3bbb7efdf93219276dc81cfa4695fb0a2f83af..38c1a012a2a5fb0a0232e5c401e118951e053019 100644
--- a/ui/app_list/app_list_view_delegate.h
+++ b/ui/app_list/app_list_view_delegate.h
@@ -32,7 +32,6 @@ class View;
namespace app_list {
class AppListModel;
-class AppListViewDelegateObserver;
class SearchResult;
class SpeechUIModel;
@@ -146,10 +145,6 @@ class APP_LIST_EXPORT AppListViewDelegate {
// Returns the list of users (for AppListMenu).
virtual const Users& GetUsers() const = 0;
-
- // Adds/removes an observer for profile changes.
- virtual void AddObserver(AppListViewDelegateObserver* observer) {}
- virtual void RemoveObserver(AppListViewDelegateObserver* observer) {}
};
} // namespace app_list
« no previous file with comments | « chrome/browser/ui/app_list/app_list_view_delegate.cc ('k') | ui/app_list/app_list_view_delegate_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698