| Index: chrome/browser/tab_contents/tab_contents.cc
|
| diff --git a/chrome/browser/tab_contents/tab_contents.cc b/chrome/browser/tab_contents/tab_contents.cc
|
| index 5f6de7ce16ecb4799d654fc531bf526e945bb7de..f6e6687f43c64ebc510e64015908bec939f19886 100644
|
| --- a/chrome/browser/tab_contents/tab_contents.cc
|
| +++ b/chrome/browser/tab_contents/tab_contents.cc
|
| @@ -771,7 +771,6 @@ void TabContents::ShowPageInfo(const GURL& url,
|
| delegate_->ShowPageInfo(profile(), url, ssl, show_history);
|
| }
|
|
|
| -#if defined(OS_WIN) || defined(OS_LINUX)
|
| ConstrainedWindow* TabContents::CreateConstrainedDialog(
|
| ConstrainedWindowDelegate* delegate) {
|
| ConstrainedWindow* window =
|
| @@ -779,7 +778,6 @@ ConstrainedWindow* TabContents::CreateConstrainedDialog(
|
| child_windows_.push_back(window);
|
| return window;
|
| }
|
| -#endif
|
|
|
| void TabContents::AddNewContents(TabContents* new_contents,
|
| WindowOpenDisposition disposition,
|
|
|