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 9a1d1d411fa764fafdfd666f2e05ed8e6f977d9c..6a853dae67830458bd231abd0f5f23779355f37c 100644 |
--- a/content/child/npapi/plugin_url_fetcher.cc |
+++ b/content/child/npapi/plugin_url_fetcher.cc |
@@ -309,6 +309,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_) { |