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

Unified Diff: chrome/browser/instant/instant_loader_delegate.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/instant/instant_loader_delegate.h
diff --git a/chrome/browser/instant/instant_loader_delegate.h b/chrome/browser/instant/instant_loader_delegate.h
index 8868d1ebb7eb3cc5b078307070478cf2a62765dc..e71d5c41ac9f2ad707c857929e52f123dd90b0b0 100644
--- a/chrome/browser/instant/instant_loader_delegate.h
+++ b/chrome/browser/instant/instant_loader_delegate.h
@@ -28,6 +28,10 @@ class InstantLoaderDelegate {
int height,
InstantSizeUnits units) = 0;
+ // Indicates whether the search provider would like to show a custom logo on
+ // the NTP.
+ virtual void SetHasCustomLogo(InstantLoader* loader, bool has_logo) = 0;
+
// Notification that the first page load (of the Instant URL) completed.
virtual void InstantLoaderPreviewLoaded(InstantLoader* loader) = 0;

Powered by Google App Engine
This is Rietveld 408576698