Index: chrome/browser/ui/tab_contents/core_tab_helper_delegate.h |
diff --git a/chrome/browser/ui/tab_contents/core_tab_helper_delegate.h b/chrome/browser/ui/tab_contents/core_tab_helper_delegate.h |
index 76f5f625bd9c124392e44efce8bfed7eed947cd3..a41511c23abb27885d922b516457afdd0645a876 100644 |
--- a/chrome/browser/ui/tab_contents/core_tab_helper_delegate.h |
+++ b/chrome/browser/ui/tab_contents/core_tab_helper_delegate.h |
@@ -34,6 +34,9 @@ class CoreTabHelperDelegate { |
// Saving can be disabled e.g. for the DevTools window. |
virtual bool CanSaveContents(content::WebContents* web_contents) const; |
+ // Opens the app banner. This method is called from the DevTools. |
+ virtual bool OpenAppBanner(content::WebContents* web_contents); |
+ |
protected: |
virtual ~CoreTabHelperDelegate(); |
}; |