| Index: chrome/browser/ui/cocoa/browser_window_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_controller.h b/chrome/browser/ui/cocoa/browser_window_controller.h
|
| index f0e37b08ea532ba47e5d0147b7cad9425ce7371e..6efec539977e5dc6acea7a61e3ac37031c496759 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller.h
|
| @@ -131,6 +131,7 @@ class Command;
|
| // Lazily created view which draws the background for the floating set of bars
|
| // in presentation mode (for window types having a floating bar; it remains
|
| // nil for those which don't).
|
| + // TODO(spqchan): Rename this to "fullscreenToolbarBackingView"
|
| base::scoped_nsobject<NSView> floatingBarBackingView_;
|
|
|
| // The borderless window used in fullscreen mode when Cocoa's System
|
|
|