| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index 14c6565c4b2fcc0a65fde2531d1226ed10c364b3..248a4b23c290b1026854ec753fc0763cab4b259f 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -351,8 +351,10 @@ extern const char kMetricsClientID[];
|
| extern const char kMetricsSessionID[];
|
| extern const char kMetricsClientIDTimestamp[];
|
| extern const char kMetricsReportingEnabled[];
|
| -extern const char kMetricsInitialLogs[];
|
| -extern const char kMetricsOngoingLogs[];
|
| +extern const char kMetricsInitialLogsXml[];
|
| +extern const char kMetricsInitialLogsProto[];
|
| +extern const char kMetricsOngoingLogsXml[];
|
| +extern const char kMetricsOngoingLogsProto[];
|
|
|
| extern const char kProfileLastUsed[];
|
| extern const char kProfilesLastActive[];
|
|
|