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

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

Issue 10915217: Hook up SetInstantPreviewHeight for ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move hidden notification, too. 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
« no previous file with comments | « chrome/browser/instant/instant_loader_delegate.h ('k') | chrome/browser/ui/browser_instant_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_instant_controller.h
diff --git a/chrome/browser/ui/browser_instant_controller.h b/chrome/browser/ui/browser_instant_controller.h
index 5ce110c7339046ee0cf1339f2b1a69d1e02ca045..48d893fad915d70e13f42b920bb966eb474019fb 100644
--- a/chrome/browser/ui/browser_instant_controller.h
+++ b/chrome/browser/ui/browser_instant_controller.h
@@ -50,7 +50,7 @@ class BrowserInstantController : public InstantControllerDelegate,
private:
// Overridden from InstantControllerDelegate:
- virtual void ShowInstant() OVERRIDE;
+ virtual void ShowInstant(int height, InstantSizeUnits units) OVERRIDE;
virtual void HideInstant() OVERRIDE;
virtual void CommitInstant(TabContents* preview) OVERRIDE;
virtual void SetSuggestedText(const string16& text,
« no previous file with comments | « chrome/browser/instant/instant_loader_delegate.h ('k') | chrome/browser/ui/browser_instant_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698