| Index: chrome/browser/ui/tab_contents/tab_contents_wrapper_delegate.cc
|
| diff --git a/chrome/browser/ui/tab_contents/tab_contents_wrapper_delegate.cc b/chrome/browser/ui/tab_contents/tab_contents_wrapper_delegate.cc
|
| index 750c29e817d147998510c65b881c24eb0fed3017..7c3020bd3b4274f5d36abfc0f4174e6a755ded4f 100644
|
| --- a/chrome/browser/ui/tab_contents/tab_contents_wrapper_delegate.cc
|
| +++ b/chrome/browser/ui/tab_contents/tab_contents_wrapper_delegate.cc
|
| @@ -16,3 +16,15 @@ void TabContentsWrapperDelegate::OnInstallApplication(
|
| void TabContentsWrapperDelegate::OnDidGetApplicationInfo(
|
| TabContentsWrapper* source, int32 page_id) {
|
| }
|
| +
|
| +void TabContentsWrapperDelegate::WillShowConstrainedWindow(
|
| + TabContentsWrapper* source) {
|
| +}
|
| +
|
| +bool TabContentsWrapperDelegate::ShouldFocusConstrainedWindow() {
|
| + return true;
|
| +}
|
| +
|
| +void TabContentsWrapperDelegate::SetTabContentBlocked(
|
| + TabContentsWrapper* wrapper, bool blocked) {
|
| +}
|
|
|