Index: chrome/browser/ui/browser.cc |
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc |
index 97c83355538d48c48d2b420ac5f52910bc920094..47b7e472bdc99c00613d91f32ba278c33d186dd0 100644 |
--- a/chrome/browser/ui/browser.cc |
+++ b/chrome/browser/ui/browser.cc |
@@ -1602,8 +1602,7 @@ void Browser::EnumerateDirectory(WebContents* web_contents, |
} |
bool Browser::EmbedsFullscreenWidget() const { |
- return !CommandLine::ForCurrentProcess()-> |
- HasSwitch(switches::kDisableFullscreenWithinTab); |
+ return true; |
} |
void Browser::ToggleFullscreenModeForTab(WebContents* web_contents, |