| 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..001643a75a476dbedea81a6143a0c1f5f9395efc 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,7 @@ bool CoreTabHelperDelegate::CanSaveContents(
|
| content::WebContents* web_contents) const {
|
| return true;
|
| }
|
| +
|
| +bool CoreTabHelperDelegate::OpenAppBanner(content::WebContents* web_contents) {
|
| + return false;
|
| +}
|
|
|