| Index: blimp/client/core/contents/blimp_contents_impl.h
|
| diff --git a/blimp/client/core/contents/blimp_contents_impl.h b/blimp/client/core/contents/blimp_contents_impl.h
|
| index 1d91ba0d1c61321bce2f56656579a88620b9375f..7b42709e76e650c05ca2537e16fcc03fd79a354d 100644
|
| --- a/blimp/client/core/contents/blimp_contents_impl.h
|
| +++ b/blimp/client/core/contents/blimp_contents_impl.h
|
| @@ -45,7 +45,7 @@ class BlimpContentsImpl : public BlimpContents,
|
| void RemoveObserver(BlimpContentsObserver* observer) override;
|
|
|
| // BlimpNavigationControllerDelegate implementation.
|
| - void NotifyURLLoaded(const GURL& url) override;
|
| + void OnNavigationStateChanged() override;
|
|
|
| private:
|
| // Handles the back/forward list and loading URLs.
|
|
|