| Index: chrome_frame/metrics_service.h
|
| ===================================================================
|
| --- chrome_frame/metrics_service.h (revision 81938)
|
| +++ chrome_frame/metrics_service.h (working copy)
|
| @@ -36,9 +36,6 @@
|
| void InitializeMetricsState();
|
|
|
| private:
|
| - // To enable the default traits object to create an instance of this class.
|
| - friend struct base::DefaultLazyInstanceTraits<MetricsService>;
|
| -
|
| MetricsService();
|
| virtual ~MetricsService();
|
| // The MetricsService has a lifecycle that is stored as a state.
|
| @@ -139,6 +136,9 @@
|
| // A number that identifies the how many times the app has been launched.
|
| int session_id_;
|
|
|
| + static base::LazyInstance<base::ThreadLocalPointer<MetricsService> >
|
| + g_metrics_instance_;
|
| +
|
| base::PlatformThreadId thread_;
|
|
|
| // Indicates if this is the first uma upload from this instance.
|
|
|