| Index: content/public/browser/web_contents_delegate.h
|
| diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
|
| index ed46e438deebf2c5b5993d5a307c1864989a0334..4145d4a6aff0e370c36668a1dc305780b587dba3 100644
|
| --- a/content/public/browser/web_contents_delegate.h
|
| +++ b/content/public/browser/web_contents_delegate.h
|
| @@ -523,6 +523,9 @@ class CONTENT_EXPORT WebContentsDelegate {
|
| // compositor proto. This is used in Blimp mode.
|
| virtual void ForwardCompositorProto(const std::vector<uint8_t>& proto) {}
|
|
|
| + // Requests the app banner. This method is called from the DevTools.
|
| + virtual bool RequestAppBanner(content::WebContents* web_contents);
|
| +
|
| protected:
|
| virtual ~WebContentsDelegate();
|
|
|
|
|