| Index: chrome/browser/ui/cocoa/presentation_mode_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/presentation_mode_controller.h b/chrome/browser/ui/cocoa/presentation_mode_controller.h
|
| index 5427fd2077a87f532925f93de59a9440f7279f6e..556e197c87076ddc57ad4b4fdb6b5d6777633f4b 100644
|
| --- a/chrome/browser/ui/cocoa/presentation_mode_controller.h
|
| +++ b/chrome/browser/ui/cocoa/presentation_mode_controller.h
|
| @@ -17,7 +17,6 @@
|
| namespace fullscreen_mac {
|
| enum SlidingStyle {
|
| OMNIBOX_TABS_PRESENT = 0, // Tab strip and omnibox both visible.
|
| - OMNIBOX_PRESENT, // Tab strip hidden.
|
| OMNIBOX_TABS_HIDDEN, // Tab strip and omnibox both hidden.
|
| };
|
| } // namespace fullscreen_mac
|
|
|