| Index: content/child/npapi/plugin_url_fetcher.cc
|
| diff --git a/content/child/npapi/plugin_url_fetcher.cc b/content/child/npapi/plugin_url_fetcher.cc
|
| index efc5b132bc576e3a862b2cf8bad27778238de75e..fa85dd61efc6409c5c65ee2b9a9b83b67f31bb05 100644
|
| --- a/content/child/npapi/plugin_url_fetcher.cc
|
| +++ b/content/child/npapi/plugin_url_fetcher.cc
|
| @@ -341,6 +341,7 @@ void PluginURLFetcher::OnReceivedData(const char* data,
|
| void PluginURLFetcher::OnCompletedRequest(
|
| int error_code,
|
| bool was_ignored_by_handler,
|
| + bool stale_copy_in_cache,
|
| const std::string& security_info,
|
| const base::TimeTicks& completion_time) {
|
| if (multipart_delegate_) {
|
|
|