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

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

Issue 23766018: Based off 20656002 Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: compiles on mac, tests "pass", but Menu is wrong 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/cocoa/apps_search_box_controller_unittest.mm ('k') | no next file » | 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..fd9d33d2943536a609353d660cf6b652e1501898 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/cocoa/apps_search_box_controller_unittest.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698