| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index 396c649bdbc6e0863c00fe87c4aa6d0c850a13b6..c13e62e9f1b4517f2efe7727cb7935f189ede0de 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -347,8 +347,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[];
|
|
|