| Index: content/browser/tab_contents/tab_contents_delegate.cc
|
| diff --git a/content/browser/tab_contents/tab_contents_delegate.cc b/content/browser/tab_contents/tab_contents_delegate.cc
|
| index ac03388a9a38ef7c42915d3f056fb9809b8b5bdf..eb29c07ccfbe08b3b3da43959ee0ec6b151e9925 100644
|
| --- a/content/browser/tab_contents/tab_contents_delegate.cc
|
| +++ b/content/browser/tab_contents/tab_contents_delegate.cc
|
| @@ -288,6 +288,10 @@ void TabContentsDelegate::EnumerateDirectory(TabContents* tab, int request_id,
|
| const FilePath& path) {
|
| }
|
|
|
| +void TabContentsDelegate::ToggleFullscreenModeForTab(TabContents* tab,
|
| + bool enter_fullscreen) {
|
| +}
|
| +
|
| TabContentsDelegate::~TabContentsDelegate() {
|
| while (!attached_contents_.empty()) {
|
| TabContents* tab_contents = *attached_contents_.begin();
|
|
|