| Index: content/renderer/npapi/webplugin_impl.cc
|
| diff --git a/content/renderer/npapi/webplugin_impl.cc b/content/renderer/npapi/webplugin_impl.cc
|
| index 7df9ea41759a3be5b448b3a387d3eca064b8f6e9..4e35e8fc0bbac9bd496c93b51fde2a519fb8571d 100644
|
| --- a/content/renderer/npapi/webplugin_impl.cc
|
| +++ b/content/renderer/npapi/webplugin_impl.cc
|
| @@ -1358,7 +1358,7 @@ void WebPluginImpl::InitiateHTTPRangeRequest(
|
| void WebPluginImpl::DidStartLoading() {
|
| if (render_view_.get()) {
|
| // TODO(darin): Make is_loading_ be a counter!
|
| - render_view_->didStartLoading();
|
| + render_view_->didStartLoading(true);
|
| }
|
| }
|
|
|
|
|