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

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

Issue 12386019: Instant: Use only one hidden WebContents per profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 fd065349ebe5307c84766c87d6eec46a421fa931..b021ee4b76fc46db14b80d145ade0ee9c70d6037 100644
--- a/chrome/browser/ui/cocoa/browser_window_controller_private.h
+++ b/chrome/browser/ui/cocoa/browser_window_controller_private.h
@@ -7,7 +7,6 @@
#import "chrome/browser/ui/cocoa/browser_window_controller.h"
-
// Private methods for the |BrowserWindowController|. This category should
// contain the private methods used by different parts of the BWC; private
// methods used only by single parts should be declared in their own file.
@@ -147,10 +146,10 @@
// 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.
+// 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
+// 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;

Powered by Google App Engine
This is Rietveld 408576698