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

Unified Diff: chrome/browser/ui/cocoa/browser_window_controller_private.h

Issue 11876036: Alternate NTP: Don't hide bookmark bar on instant (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 7 years, 11 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: chrome/browser/ui/cocoa/browser_window_controller_private.h
diff --git a/chrome/browser/ui/cocoa/browser_window_controller_private.h b/chrome/browser/ui/cocoa/browser_window_controller_private.h
index 64237647ac6a9704b821942ad149d6d31546c890..cfcea46ca985ef02289e716fc5c90b3b32dd83db 100644
--- a/chrome/browser/ui/cocoa/browser_window_controller_private.h
+++ b/chrome/browser/ui/cocoa/browser_window_controller_private.h
@@ -144,6 +144,20 @@
- (void)enableBarVisibilityUpdates;
- (void)disableBarVisibilityUpdates;
+// The opacity for the toolbar divider; 0 means that it shouldn't be shown.
+- (CGFloat)toolbarDividerOpacity;
+
+// Returns YES if instant results are being shown under the omnibox.
+- (BOOL)isShowingInstantResults;
+
+// Updates the content offets of the tab strip controller and the previewable
+// contents controller. This is used to adjust the overlap between those views
+// and the bookmark bar.
+- (void)updateContentOffsets;
+
+// Ensures the z-order of subviews is correct.
+- (void)updateSubviewZOrder;
+
@end // @interface BrowserWindowController(Private)
#endif // CHROME_BROWSER_UI_COCOA_BROWSER_WINDOW_CONTROLLER_PRIVATE_H_

Powered by Google App Engine
This is Rietveld 408576698