| Index: ash/test/test_shell_delegate.h
|
| diff --git a/ash/test/test_shell_delegate.h b/ash/test/test_shell_delegate.h
|
| index edc5941ef63548a9cdb55bf2892de3dcc6f3f01d..5ca97593f5a14f9d9634b24c4469b7f3b7878766 100644
|
| --- a/ash/test/test_shell_delegate.h
|
| +++ b/ash/test/test_shell_delegate.h
|
| @@ -24,12 +24,15 @@ class TestShellDelegate : public ShellDelegate {
|
| virtual bool IsScreenLocked() const OVERRIDE;
|
| virtual void Shutdown() OVERRIDE;
|
| virtual void Exit() OVERRIDE;
|
| + virtual void NewTab() OVERRIDE;
|
| virtual void NewWindow(bool incognito) OVERRIDE;
|
| virtual void Search() OVERRIDE;
|
| virtual void OpenFileManager() OVERRIDE;
|
| virtual void OpenCrosh() OVERRIDE;
|
| virtual void OpenMobileSetup() OVERRIDE;
|
| + virtual void RestoreTab() OVERRIDE;
|
| virtual void ShowKeyboardOverlay() OVERRIDE;
|
| + virtual void ShowTaskManager() OVERRIDE;
|
| virtual content::BrowserContext* GetCurrentBrowserContext() OVERRIDE;
|
| virtual void ToggleSpokenFeedback() OVERRIDE;
|
| virtual app_list::AppListViewDelegate* CreateAppListViewDelegate() OVERRIDE;
|
|
|