| 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 8af03b4ac7784f5e92061e8ea456c25e956b3c7b..3f2c295cb460d391cc89c10c920039198fda791e 100644
|
| --- a/chrome/browser/ui/cocoa/presentation_mode_controller.h
|
| +++ b/chrome/browser/ui/cocoa/presentation_mode_controller.h
|
| @@ -13,6 +13,9 @@
|
| @class BrowserWindowController;
|
| @class DropdownAnimation;
|
|
|
| +// TODO(erikchen): This controller is misnamed. It manages the sliding tab
|
| +// strip and omnibox in all fullscreen modes.
|
| +
|
| // Provides a controller to manage presentation mode for a single browser
|
| // window. This class handles running animations, showing and hiding the
|
| // floating dropdown bar, and managing the tracking area associated with the
|
|
|