| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index cbd53a9fd71b99ef914edba61ab33883903c22b4..23fdd51d8e5f0e0335e1a4187129a421c367cad0 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -767,12 +767,6 @@ void Browser::ToggleFullscreenModeWithExtension(const GURL& extension_url) {
|
| fullscreen_controller_->ToggleFullscreenModeWithExtension(extension_url);
|
| }
|
|
|
| -#if defined(OS_MACOSX)
|
| -void Browser::TogglePresentationMode() {
|
| - fullscreen_controller_->TogglePresentationMode();
|
| -}
|
| -#endif
|
| -
|
| bool Browser::SupportsWindowFeature(WindowFeature feature) const {
|
| return SupportsWindowFeatureImpl(feature, true);
|
| }
|
|
|