| 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 e20a478df37cfa892d88283a909ed9eb2b0ba801..ed86aed042daa4f80a9f175b42d11a4ed92950b2 100644
|
| --- a/blimp/client/core/contents/blimp_contents_impl.h
|
| +++ b/blimp/client/core/contents/blimp_contents_impl.h
|
| @@ -70,6 +70,7 @@ class BlimpContentsImpl : public BlimpContents,
|
|
|
| // BlimpNavigationControllerDelegate implementation.
|
| void OnNavigationStateChanged() override;
|
| + void OnLoadingStateChanged(bool loading) override;
|
|
|
| // Pushes the size and scale information to the engine, which will affect the
|
| // web content display area for all tabs.
|
|
|