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

Unified Diff: ui/app_list/test/app_list_test_view_delegate.h

Issue 20656002: Add profile selector menu to app list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove binary changes Created 7 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 | « ui/app_list/pagination_model.cc ('k') | ui/app_list/views/app_list_menu_views.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/test/app_list_test_view_delegate.h
diff --git a/ui/app_list/test/app_list_test_view_delegate.h b/ui/app_list/test/app_list_test_view_delegate.h
index 3dd25991352a7e76f307a6115469481d2c3c0055..344c318091e5e90431ba6eee3876230f24251981 100644
--- a/ui/app_list/test/app_list_test_view_delegate.h
+++ b/ui/app_list/test/app_list_test_view_delegate.h
@@ -26,7 +26,8 @@ class AppListTestViewDelegate : public AppListViewDelegate {
}
// AppListViewDelegate overrides:
- virtual void SetModel(AppListModel* model) OVERRIDE {}
+ virtual void SetProfileByPath(const base::FilePath& profile_path) OVERRIDE {}
+ virtual void InitModel(AppListModel* model) OVERRIDE {}
virtual SigninDelegate* GetSigninDelegate() OVERRIDE;
virtual void GetShortcutPathForApp(
const std::string& app_id,
@@ -46,6 +47,8 @@ class AppListTestViewDelegate : public AppListViewDelegate {
virtual void OpenSettings() OVERRIDE {}
virtual void OpenHelp() OVERRIDE {}
virtual void OpenFeedback() OVERRIDE {}
+ virtual void ShowForProfileByPath(
+ const base::FilePath& profile_path) OVERRIDE {};
private:
int activate_count_;
« no previous file with comments | « ui/app_list/pagination_model.cc ('k') | ui/app_list/views/app_list_menu_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698