| Index: blimp/client/public/contents/blimp_contents_observer.h
|
| diff --git a/blimp/client/public/contents/blimp_contents_observer.h b/blimp/client/public/contents/blimp_contents_observer.h
|
| index 39b600dbeef55de1a9d5283ba71aba2372949ee1..dc3e1ec892ab03b6ee1fe4453337a05608e487b9 100644
|
| --- a/blimp/client/public/contents/blimp_contents_observer.h
|
| +++ b/blimp/client/public/contents/blimp_contents_observer.h
|
| @@ -17,8 +17,8 @@ class BlimpContentsObserver {
|
| public:
|
| virtual ~BlimpContentsObserver() = default;
|
|
|
| - // Invoked when the URL of the BlimpContents is changes.
|
| - virtual void OnURLUpdated(const GURL& url) {}
|
| + // Invoked when the navigation state of the BlimpContents has changed.
|
| + virtual void OnNavigationStateChanged() {}
|
|
|
| protected:
|
| BlimpContentsObserver() {}
|
|
|