| 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 b7cf4ecfba1dc597b686c0c591c7a95fc59fcab7..adf061eaacfe2aab5e6bd3b97d1067941b93c73f 100644
|
| --- a/content/child/npapi/plugin_url_fetcher.h
|
| +++ b/content/child/npapi/plugin_url_fetcher.h
|
| @@ -60,6 +60,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;
|
|
|
|
|