Chromium Code Reviews| Index: blimp/client/core/blimp_contents_impl.h |
| diff --git a/blimp/client/core/blimp_contents_impl.h b/blimp/client/core/blimp_contents_impl.h |
| index 077796e63f03f5973637d2c1b22b99a405f9922d..315f57593de290a951c6e150b3d528deab50e0d5 100644 |
| --- a/blimp/client/core/blimp_contents_impl.h |
| +++ b/blimp/client/core/blimp_contents_impl.h |
| @@ -47,7 +47,11 @@ class BlimpContentsImpl : public BlimpContents, |
| void RemoveObserver(BlimpContentsObserver* observer) override; |
| // BlimpNavigationControllerDelegate implementation. |
| - void NotifyURLLoaded(const GURL& url) override; |
| + void OnUrlChanged(const GURL& url) override; |
|
David Trainor- moved to gerrit
2016/06/29 17:27:15
How are these generally exposed through the normal
shaktisahu
2016/07/19 21:45:29
Changed it to OnNavigationStateChanged as we discu
|
| + void OnFaviconChanged(const SkBitmap& favicon) override; |
| + void OnTitleChanged(const std::string& title) override; |
| + void OnLoadingChanged(bool loading) override; |
| + void OnPageLoadStatusUpdate(bool completed) override; |
| private: |
| // Handles the back/forward list and loading URLs. |