| 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..d8015096130df0df9ad894edfc9c1feb07ba46b0 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;
|
|
|
| + // Requests the app banner. This method is called from the DevTools.
|
| + virtual bool RequestAppBanner(content::WebContents* web_contents);
|
| +
|
| protected:
|
| virtual ~CoreTabHelperDelegate();
|
| };
|
|
|