| Index: extensions/shell/browser/shell_app_window_client.h
|
| diff --git a/extensions/shell/browser/shell_app_window_client.h b/extensions/shell/browser/shell_app_window_client.h
|
| index 00ad76728557f3c1ec7ed235c18b124396dd096d..85d046d3b9c97568358eacf6d4f6ac7d60b85218 100644
|
| --- a/extensions/shell/browser/shell_app_window_client.h
|
| +++ b/extensions/shell/browser/shell_app_window_client.h
|
| @@ -25,8 +25,6 @@ class ShellAppWindowClient : public AppWindowClient {
|
| virtual NativeAppWindow* CreateNativeAppWindow(
|
| AppWindow* window,
|
| const AppWindow::CreateParams& params) OVERRIDE;
|
| - virtual void IncrementKeepAliveCount() OVERRIDE;
|
| - virtual void DecrementKeepAliveCount() OVERRIDE;
|
| virtual void OpenDevToolsWindow(content::WebContents* web_contents,
|
| const base::Closure& callback) OVERRIDE;
|
| virtual bool IsCurrentChannelOlderThanDev() OVERRIDE;
|
|
|