| Index: chrome/browser/ui/tab_contents/core_tab_helper_delegate.cc
|
| diff --git a/chrome/browser/ui/tab_contents/core_tab_helper_delegate.cc b/chrome/browser/ui/tab_contents/core_tab_helper_delegate.cc
|
| index 74282937a2684963a9124c04752537aedabb4dd9..4a6d629d4ed24d9943c4da77a22bebaa1248f97b 100644
|
| --- a/chrome/browser/ui/tab_contents/core_tab_helper_delegate.cc
|
| +++ b/chrome/browser/ui/tab_contents/core_tab_helper_delegate.cc
|
| @@ -23,3 +23,8 @@ bool CoreTabHelperDelegate::CanSaveContents(
|
| content::WebContents* web_contents) const {
|
| return true;
|
| }
|
| +
|
| +bool CoreTabHelperDelegate::RequestAppBanner(
|
| + content::WebContents* web_contents) {
|
| + return false;
|
| +}
|
|
|