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

Unified Diff: chrome/browser/ui/browser_instant_controller.cc

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/browser_instant_controller.cc
diff --git a/chrome/browser/ui/browser_instant_controller.cc b/chrome/browser/ui/browser_instant_controller.cc
index 461179ed9bdea199a25f349fa92805618b747489..82c6240788c43466c78b584ad391d7eb9ee52505 100644
--- a/chrome/browser/ui/browser_instant_controller.cc
+++ b/chrome/browser/ui/browser_instant_controller.cc
@@ -142,6 +142,11 @@ void BrowserInstantController::InstantPreviewFocused() {
instant_->GetPreviewContents()->web_contents());
}
+void BrowserInstantController::SetInstantPreviewHeight(int height,
+ InstantSizeUnits units) {
+ browser_->window()->SetInstantPreviewHeight(height, units);
+}
+
TabContents* BrowserInstantController::GetActiveTabContents() const {
return chrome::GetActiveTabContents(browser_);
}

Powered by Google App Engine
This is Rietveld 408576698