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

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

Issue 11091050: InstantExtended: Add js api for custom logo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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.h
diff --git a/chrome/browser/ui/browser_instant_controller.h b/chrome/browser/ui/browser_instant_controller.h
index d7a8f764e912477c1ae723521aeab801d1cbce39..3f91f394499333c3e3e1db2ab12da11abb7552e9 100644
--- a/chrome/browser/ui/browser_instant_controller.h
+++ b/chrome/browser/ui/browser_instant_controller.h
@@ -55,6 +55,7 @@ class BrowserInstantController : public InstantControllerDelegate,
virtual void ShowInstant(int height, InstantSizeUnits units) OVERRIDE;
virtual void HideInstant() OVERRIDE;
virtual void CommitInstant(TabContents* preview, bool in_new_tab) OVERRIDE;
+ virtual void SetHasCustomLogo(bool has_logo) OVERRIDE;
virtual void SetSuggestedText(const string16& text,
InstantCompleteBehavior behavior) OVERRIDE;
virtual gfx::Rect GetInstantBounds() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698