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

Unified Diff: chrome/browser/ui/cocoa/browser_window_controller_private.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_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 9e11f1e834b096a686bc8da99d6a7acb0e39e1ce..f3ba8dc103c17e1456747e29b09749d59f3b8f1f 100644
--- a/chrome/browser/ui/cocoa/browser_window_controller_private.h
+++ b/chrome/browser/ui/cocoa/browser_window_controller_private.h
@@ -9,15 +9,6 @@
namespace browser_window_controller {
-enum InstantUIState {
- kInstantUINone,
- // Instant suggestions are displayed in a overlay overlapping the tab
- // contents.
- kInstantUIOverlay,
- // Instant suggestions are displayed in the main tab contents.
- kInstantUIFullPageResults,
-};
-
enum CoreAnimationStatus {
kCoreAnimationDisabled,
kCoreAnimationEnabledLazy,
@@ -162,15 +153,6 @@ enum CoreAnimationStatus {
// The opacity for the toolbar divider; 0 means that it shouldn't be shown.
- (CGFloat)toolbarDividerOpacity;
-// This is used to check if either the instant overlay or full page instant
-// search results are currently being displayed.
-- (browser_window_controller::InstantUIState)currentInstantUIState;
-
-// Updates the content offets of the tab strip controller and the overlayable
-// 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:(BOOL)inPresentationMode;

Powered by Google App Engine
This is Rietveld 408576698