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

Unified Diff: chrome/browser/ui/browser_window.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_window.h
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
index 04e3b27ad410e0c7f684404d74ec7b0ec061bbdc..cd260c10c36047e20b5696acc93b75190e3085db 100644
--- a/chrome/browser/ui/browser_window.h
+++ b/chrome/browser/ui/browser_window.h
@@ -335,6 +335,9 @@ class BrowserWindow : public BaseWindow {
// Checks if an instant's tab contents is being shown.
virtual bool IsInstantTabShowing() = 0;
+ // Indicates whether the search provider has a custom logo for the NTP.
+ virtual void SetInstantHasCustomLogo(bool has_logo) = 0;
+
// Return the correct disposition for a popup window based on |bounds|.
virtual WindowOpenDisposition GetDispositionForPopupBounds(
const gfx::Rect& bounds) = 0;

Powered by Google App Engine
This is Rietveld 408576698