| Index: content/child/npapi/plugin_url_fetcher.h
|
| diff --git a/content/child/npapi/plugin_url_fetcher.h b/content/child/npapi/plugin_url_fetcher.h
|
| index 2a0a10ddce7d62d5c4dd01ea6748e7b017dd1dea..cf5881338354a054362df85340c171b8583e9291 100644
|
| --- a/content/child/npapi/plugin_url_fetcher.h
|
| +++ b/content/child/npapi/plugin_url_fetcher.h
|
| @@ -62,6 +62,7 @@ class PluginURLFetcher : public webkit_glue::ResourceLoaderBridge::Peer {
|
| virtual void OnCompletedRequest(
|
| int error_code,
|
| bool was_ignored_by_handler,
|
| + bool stale_copy_in_cache,
|
| const std::string& security_info,
|
| const base::TimeTicks& completion_time) OVERRIDE;
|
|
|
|
|