| Index: chrome/service/service_utility_process_host.h
|
| diff --git a/chrome/service/service_utility_process_host.h b/chrome/service/service_utility_process_host.h
|
| index 7fc9ab8814b0d729ed6b3e4d83c34bb6c43c3350..80f9141b458f7fc10c8d2c8951268ba4d3bedf27 100644
|
| --- a/chrome/service/service_utility_process_host.h
|
| +++ b/chrome/service/service_utility_process_host.h
|
| @@ -150,9 +150,6 @@ class ServiceUtilityProcessHost : public content::ChildProcessHostDelegate {
|
| bool waiting_for_reply_;
|
| mojo::edk::PendingProcessConnection process_connection_;
|
|
|
| - // Start time of operation.
|
| - base::Time start_time_;
|
| -
|
| class PdfToEmfState;
|
| std::unique_ptr<PdfToEmfState> pdf_to_emf_state_;
|
|
|
|
|