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

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: revert one tiny part of ujs 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..b0b16fcc9ace000c4fa849af0002272cbf0d1f5e 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 if search provider logo should be shown.
dhollowa 2012/09/14 22:01:56 "Returns true if..."
kuan 2012/09/14 22:34:09 Done.
+ static int ShouldShowSearchProviderLogo();
dhollowa 2012/09/14 22:01:56 bool
kuan 2012/09/14 22:34:09 Done.
+
private:
DISALLOW_COPY_AND_ASSIGN(InstantUI);
};

Powered by Google App Engine
This is Rietveld 408576698