| Index: chrome/browser/ui/browser_instant_controller.h
|
| diff --git a/chrome/browser/ui/browser_instant_controller.h b/chrome/browser/ui/browser_instant_controller.h
|
| index 292e33161dc8cf20b88e63a00ef9346e2e5d058f..dc30e85ec8643140447a4ef43d7e7fb08182d77c 100644
|
| --- a/chrome/browser/ui/browser_instant_controller.h
|
| +++ b/chrome/browser/ui/browser_instant_controller.h
|
| @@ -52,11 +52,6 @@ class BrowserInstantController : public SearchModelObserver,
|
| void DefaultSearchProviderChanged(
|
| bool google_base_url_domain_changed) override;
|
|
|
| - // Replaces the contents at tab |index| with |new_contents| and deletes the
|
| - // existing contents.
|
| - void ReplaceWebContentsAt(int index,
|
| - std::unique_ptr<content::WebContents> new_contents);
|
| -
|
| Browser* const browser_;
|
|
|
| InstantController instant_;
|
|
|