| Index: chrome/common/pref_names.h
|
| ===================================================================
|
| --- chrome/common/pref_names.h (revision 259917)
|
| +++ chrome/common/pref_names.h (working copy)
|
| @@ -432,10 +432,12 @@
|
| extern const char kEulaAccepted[];
|
|
|
| extern const char kMetricsClientID[];
|
| +extern const char kMetricsClientIDTimestamp[];
|
| extern const char kMetricsSessionID[];
|
| extern const char kMetricsLowEntropySource[];
|
| extern const char kMetricsPermutedEntropyCache[];
|
| -extern const char kMetricsClientIDTimestamp[];
|
| +extern const char kMetricsOldClientID[];
|
| +extern const char kMetricsOldLowEntropySource[];
|
| extern const char kMetricsReportingEnabled[];
|
| extern const char kMetricsMachineId[];
|
| // Android has it's own metric / crash reporting implemented in Android
|
|
|