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

Unified Diff: ui/app_list/app_list_view_delegate.h

Issue 12088037: Revert 179302 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 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/app_list.gyp ('k') | ui/app_list/signin_delegate.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
===================================================================
--- ui/app_list/app_list_view_delegate.h (revision 179305)
+++ ui/app_list/app_list_view_delegate.h (working copy)
@@ -12,7 +12,6 @@
class AppListItemModel;
class AppListModel;
class SearchResult;
-class SigninDelegate;
class APP_LIST_EXPORT AppListViewDelegate {
public:
@@ -23,9 +22,6 @@
// Note that AppListView owns the model.
virtual void SetModel(AppListModel* model) = 0;
- // Gets the SigninDelegate for the app list. Owned by the AppListViewDelegate.
- virtual SigninDelegate* GetSigninDelegate() = 0;
-
// Invoked when an AppListeItemModelView is activated by click or enter key.
virtual void ActivateAppListItem(AppListItemModel* item,
int event_flags) = 0;
« no previous file with comments | « ui/app_list/app_list.gyp ('k') | ui/app_list/signin_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698