| Index: content/browser/web_contents/web_contents_impl.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
| index 54f768215abe49d4b2cfa1c0661c8a62fd38ff61..566b05fdb556165709a3427fc3323e29b8001e99 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -2865,8 +2865,10 @@ void WebContentsImpl::DidCancelLoading() {
|
| }
|
|
|
| void WebContentsImpl::DidChangeLoadProgress(double progress) {
|
| +#if defined(OS_ANDROID)
|
| if (delegate_)
|
| delegate_->LoadProgressChanged(this, progress);
|
| +#endif
|
| }
|
|
|
| void WebContentsImpl::DidUpdateFrameTree(RenderViewHost* rvh) {
|
|
|