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

Unified Diff: chrome/browser/ui/cocoa/browser_window_cocoa.mm

Issue 10915217: Hook up SetInstantPreviewHeight for ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More comments. Created 8 years, 3 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_cocoa.mm
diff --git a/chrome/browser/ui/cocoa/browser_window_cocoa.mm b/chrome/browser/ui/cocoa/browser_window_cocoa.mm
index a83ed0af6f507cee524050cc669899d80faf8b86..3c1d030c3b7002b727d4611e74241a25888bb296 100644
--- a/chrome/browser/ui/cocoa/browser_window_cocoa.mm
+++ b/chrome/browser/ui/cocoa/browser_window_cocoa.mm
@@ -576,6 +576,12 @@ gfx::Rect BrowserWindowCocoa::GetInstantBounds() {
return bounds;
}
+void BrowserWindowCocoa::SetInstantPreviewHeight(int height,
+ InstantSizeUnits units) {
+ // TODO(jered): Implement.
+ NOTIMPLEMENTED();
+}
+
bool BrowserWindowCocoa::IsInstantTabShowing() {
return [controller_ isInstantTabShowing];
}

Powered by Google App Engine
This is Rietveld 408576698