| Index: athena/home/app_list_view_delegate.h
|
| diff --git a/athena/home/app_list_view_delegate.h b/athena/home/app_list_view_delegate.h
|
| index 752eb782568d748b95846803da88956fcd2f75ef..76c06aaabdbafd1e6a8c8bcacd773e66d350d9b9 100644
|
| --- a/athena/home/app_list_view_delegate.h
|
| +++ b/athena/home/app_list_view_delegate.h
|
| @@ -55,6 +55,7 @@ class AppListViewDelegate : public app_list::AppListViewDelegate {
|
| virtual void ShowForProfileByPath(
|
| const base::FilePath& profile_path) OVERRIDE;
|
| virtual views::View* CreateStartPageWebView(const gfx::Size& size) OVERRIDE;
|
| + virtual views::View* CreateCustomPageWebView(const gfx::Size& size) OVERRIDE;
|
| virtual bool IsSpeechRecognitionEnabled() OVERRIDE;
|
| virtual const Users& GetUsers() const OVERRIDE;
|
| virtual bool ShouldCenterWindow() const OVERRIDE;
|
|
|