| 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);
|
| };
|
|
|