| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index ec797fc5352ecf00b6894ea58b12a3cffadffc26..9f86dd5755ff5ce415d07136139e277d933bef15 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -346,9 +346,6 @@ class Browser : public TabStripModelObserver,
|
| // See the description of FullscreenController::ToggleMetroSnapMode.
|
| void SetMetroSnapMode(bool enable);
|
| #endif
|
| -#if defined(OS_MACOSX)
|
| - void TogglePresentationMode();
|
| -#endif
|
|
|
| // Returns true if the Browser supports the specified feature. The value of
|
| // this varies during the lifetime of the browser. For example, if the window
|
|
|