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

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

Issue 18009003: Instant Extended: Delete unused overlay code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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.h
diff --git a/chrome/browser/ui/cocoa/browser_window_controller.h b/chrome/browser/ui/cocoa/browser_window_controller.h
index 2e5edbc6f329c3b0f745574b326d00818eef5249..ebf70c728c3149780c5ca89c4f4677e52ff57bdd 100644
--- a/chrome/browser/ui/cocoa/browser_window_controller.h
+++ b/chrome/browser/ui/cocoa/browser_window_controller.h
@@ -160,10 +160,6 @@ class WebContents;
// handle.
scoped_ptr<ExtensionKeybindingRegistryCocoa> extension_keybinding_registry_;
- // The offset between the bottom of the toolbar and web contents. This is used
- // to push the web contents below the bookmark bar.
- CGFloat toolbarToWebContentsOffset_;
-
// The number of history overlay views being shown.
NSUInteger historyOverlayCount_;
}
@@ -345,9 +341,6 @@ class WebContents;
returnCode:(NSInteger)code
context:(void*)context;
-// Updates the bookmark bar visibility based on the instant overlay state.
-- (void)updateBookmarkBarStateForInstantOverlay;
-
// Called when the find bar visibility changes. This is used to update the
// allowOverlappingViews state.
- (void)onFindBarVisibilityChanged;

Powered by Google App Engine
This is Rietveld 408576698