Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(638)

Unified Diff: trunk/src/chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.h

Issue 13006019: Revert 190584 "Alternate NTP Mac: Show overlay at fixed position" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: trunk/src/chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.h
===================================================================
--- trunk/src/chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.h (revision 190730)
+++ trunk/src/chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.h (working copy)
@@ -52,10 +52,6 @@
// 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.

Powered by Google App Engine
This is Rietveld 408576698