| Index: chrome/browser/ui/browser_instant_controller.cc
|
| diff --git a/chrome/browser/ui/browser_instant_controller.cc b/chrome/browser/ui/browser_instant_controller.cc
|
| index 6b3504243c9413dc8c5752ca41165a1c5fbc746c..1c348da2c42979992be1a0aaac7f718aa20c4cbb 100644
|
| --- a/chrome/browser/ui/browser_instant_controller.cc
|
| +++ b/chrome/browser/ui/browser_instant_controller.cc
|
| @@ -95,6 +95,10 @@ void BrowserInstantController::CommitInstant(TabContents* preview,
|
| }
|
| }
|
|
|
| +void BrowserInstantController::SetHasCustomLogo(bool has_logo) {
|
| + browser_->window()->SetInstantHasCustomLogo(has_logo);
|
| +}
|
| +
|
| void BrowserInstantController::SetSuggestedText(
|
| const string16& text,
|
| InstantCompleteBehavior behavior) {
|
|
|