| 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 5092bae429846d324b28d0a9a2464fdf4dd980d7..6106c8eda44948e286b58dc1e4b773dbd52446ff 100644
|
| --- a/chrome/browser/ui/browser_instant_controller.cc
|
| +++ b/chrome/browser/ui/browser_instant_controller.cc
|
| @@ -163,9 +163,6 @@ void BrowserInstantController::ModelChanged(
|
|
|
| instant_.SearchModeChanged(old_state.mode, new_mode);
|
| }
|
| -
|
| - if (old_state.instant_support != new_state.instant_support)
|
| - instant_.InstantSupportChanged(new_state.instant_support);
|
| }
|
|
|
| void BrowserInstantController::DefaultSearchProviderChanged(
|
|
|