| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index b353ff26cc82a33f57aaff33a3aa1d81883e205c..7a40a0b929ee472eb789b57d9de6269799954271 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -1587,12 +1587,8 @@ void Browser::EnumerateDirectory(WebContents* web_contents,
|
| }
|
|
|
| bool Browser::EmbedsFullscreenWidget() const {
|
| -#if defined(TOOLKIT_GTK)
|
| - return false;
|
| -#else
|
| return !CommandLine::ForCurrentProcess()->
|
| HasSwitch(switches::kDisableFullscreenWithinTab);
|
| -#endif
|
| }
|
|
|
| void Browser::ToggleFullscreenModeForTab(WebContents* web_contents,
|
|
|