| Index: chrome/browser/ui/views/ash/chrome_shell_delegate.h
|
| diff --git a/chrome/browser/ui/views/ash/chrome_shell_delegate.h b/chrome/browser/ui/views/ash/chrome_shell_delegate.h
|
| index 2c525cfc7eaa39ed80d7116a026ad0ce0da662ac..125b575e41d1c06b9a9420543e9729140c8197e0 100644
|
| --- a/chrome/browser/ui/views/ash/chrome_shell_delegate.h
|
| +++ b/chrome/browser/ui/views/ash/chrome_shell_delegate.h
|
| @@ -40,16 +40,13 @@ class ChromeShellDelegate : public ash::ShellDelegate {
|
| virtual void Exit() OVERRIDE;
|
| virtual ash::AppListViewDelegate* CreateAppListViewDelegate() OVERRIDE;
|
| virtual std::vector<aura::Window*> GetCycleWindowList(
|
| - CycleSource source,
|
| - CycleOrder order) const OVERRIDE;
|
| + CycleSource source) const OVERRIDE;
|
| virtual void StartPartialScreenshot(
|
| ash::ScreenshotDelegate* screenshot_delegate) OVERRIDE;
|
| virtual ash::LauncherDelegate* CreateLauncherDelegate(
|
| ash::LauncherModel* model) OVERRIDE;
|
| virtual ash::SystemTrayDelegate* CreateSystemTrayDelegate(
|
| ash::SystemTray* tray) OVERRIDE;
|
| - virtual bool GetOverrideWindowMode(
|
| - ash::Shell::WindowMode* window_mode) OVERRIDE;
|
|
|
| private:
|
| static ChromeShellDelegate* instance_;
|
|
|