| Index: extensions/browser/extension_host.h
|
| diff --git a/extensions/browser/extension_host.h b/extensions/browser/extension_host.h
|
| index 567499ba06ff4a3c8c3cca1eeb420eba9159eb41..cd7e6ae78e4818ee7fc67133f7e4c2471512c802 100644
|
| --- a/extensions/browser/extension_host.h
|
| +++ b/extensions/browser/extension_host.h
|
| @@ -197,8 +197,8 @@ class ExtensionHost : public content::WebContentsDelegate,
|
| // The type of view being hosted.
|
| ViewType extension_host_type_;
|
|
|
| - // Used to measure how long it's been since the host was created.
|
| - base::ElapsedTimer since_created_;
|
| + // Measures how long since the initial URL started loading.
|
| + scoped_ptr<base::ElapsedTimer> load_start_;
|
|
|
| ObserverList<ExtensionHostObserver> observer_list_;
|
|
|
|
|