Index: chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.h |
diff --git a/chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.h b/chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.h |
index 773b594b09f16fcb50c8a469e2204493e431fffb..769aea72433610c8797ea326e7fe0fdfe6f027b5 100644 |
--- a/chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.h |
+++ b/chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.h |
@@ -52,6 +52,10 @@ class WebContents; |
// View responsible for drawing a drop shadow. |
scoped_nsobject<NSView> dropShadowView_; |
+ // View responsible for drawing a separator at the top. The separator is |
+ // only visible when the overlay is positioned right next to the omnibox. |
+ scoped_nsobject<NSView> topSeparatorView_; |
+ |
BrowserWindowController* windowController_; |
// The vertical offset between the top of the view and the active container. |