Index: chrome/browser/ui/apps/chrome_apps_client.h |
diff --git a/chrome/browser/ui/apps/chrome_apps_client.h b/chrome/browser/ui/apps/chrome_apps_client.h |
index eabc81dd2a51a28b67aae7df37d77d6e828b2398..1f3b946c862f2728ddbedd3546e4c9226cfb1153 100644 |
--- a/chrome/browser/ui/apps/chrome_apps_client.h |
+++ b/chrome/browser/ui/apps/chrome_apps_client.h |
@@ -35,6 +35,9 @@ class ChromeAppsClient : public apps::AppsClient { |
const apps::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; |
// Implemented in platform specific code. |
static extensions::NativeAppWindow* CreateNativeAppWindowImpl( |