Chromium Code Reviews| 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); |
| }; |