Chromium Code Reviews| 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..6f5770bcec61f6d199a4f4769112e75fa44f032c 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 {}; |
|
tapted
2013/09/16 20:46:44
stray semicolon at the end of this line
calamity
2013/09/17 00:09:26
Done.
|
| + 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_; |