| Index: chrome/browser/ui/browser_instant_controller_unittest.cc
|
| diff --git a/chrome/browser/ui/browser_instant_controller_unittest.cc b/chrome/browser/ui/browser_instant_controller_unittest.cc
|
| index 52540aa2f28eaefc4774cd7455e2c321ec42f8a6..b12a14dba30916aa52efd165f26b282b72b45ada 100644
|
| --- a/chrome/browser/ui/browser_instant_controller_unittest.cc
|
| +++ b/chrome/browser/ui/browser_instant_controller_unittest.cc
|
| @@ -56,13 +56,13 @@ class FakeWebContentsObserver : public content::WebContentsObserver {
|
| url_(contents->GetURL()),
|
| num_reloads_(0) {}
|
|
|
| - virtual void NavigateToPendingEntry(
|
| + virtual void DidCreatePendingEntry(
|
| const GURL& url,
|
| content::NavigationController::ReloadType reload_type) OVERRIDE {
|
| // The tab reload event doesn't work with BrowserWithTestWindowTest.
|
| - // So we capture the NavigateToPendingEntry, and use the
|
| + // So we capture the DidCreatePendingEntry, and use the
|
| // BrowserWithTestWindowTest::NavigateAndCommit to simulate the complete
|
| - // reload. Note that this will again trigger NavigateToPendingEntry, so we
|
| + // reload. Note that this will again trigger DidCreatePendingEntry, so we
|
| // remove this as observer.
|
| content::NavigationController* controller =
|
| &web_contents()->GetController();
|
|
|