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

Unified Diff: chrome/browser/ui/webui/instant_ui.h

Issue 10910286: alternate ntp: show search provider logo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed 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/webui/instant_ui.h
diff --git a/chrome/browser/ui/webui/instant_ui.h b/chrome/browser/ui/webui/instant_ui.h
index a5a2d8fa8bbe40a92e8f5d829a058f972cd06eab..32ac0643ff17e683ea1db49dcad540ac6aa1466d 100644
--- a/chrome/browser/ui/webui/instant_ui.h
+++ b/chrome/browser/ui/webui/instant_ui.h
@@ -17,6 +17,9 @@ class InstantUI : public content::WebUIController {
// Returns a scale factor to slow down Instant animations.
static int GetSlowAnimationScaleFactor();
+ // Returns true if search provider logo should be shown.
+ static bool ShouldShowSearchProviderLogo();
+
private:
DISALLOW_COPY_AND_ASSIGN(InstantUI);
};

Powered by Google App Engine
This is Rietveld 408576698