| Index: blimp/client/core/contents/blimp_navigation_controller_delegate.h
|
| diff --git a/blimp/client/core/contents/blimp_navigation_controller_delegate.h b/blimp/client/core/contents/blimp_navigation_controller_delegate.h
|
| index 3fa817080c8771b286d49d8fda611c33aba111b1..4ac1b7517988b2ba4b290e0a894ac29372a2f535 100644
|
| --- a/blimp/client/core/contents/blimp_navigation_controller_delegate.h
|
| +++ b/blimp/client/core/contents/blimp_navigation_controller_delegate.h
|
| @@ -25,6 +25,9 @@ class BlimpNavigationControllerDelegate {
|
| // Informs the delegate that navigation loading has started or stopped.
|
| virtual void OnLoadingStateChanged(bool loading) = 0;
|
|
|
| + // Informs the delegate that page loading has started or stopped.
|
| + virtual void OnPageLoadingStateChanged(bool loading) = 0;
|
| +
|
| protected:
|
| BlimpNavigationControllerDelegate() {}
|
|
|
|
|