| Index: chrome/browser/ui/browser.cc
|
| ===================================================================
|
| --- chrome/browser/ui/browser.cc (revision 179614)
|
| +++ chrome/browser/ui/browser.cc (working copy)
|
| @@ -767,6 +767,12 @@
|
| 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);
|
| }
|
|
|