| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 351eaa5e0a1a5d9159401d98009775c495107351..d88de341fa2d5b591456f02755f8a505eb80b111 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -535,6 +535,7 @@ void RecordUMAStatistics(const PrefService* prefs) {
|
| // stats can be made meaningful.
|
| if (flags.size())
|
| UserMetrics::RecordAction(UserMetricsAction("AboutFlags_StartupTick"));
|
| + UserMetrics::RecordAction(UserMetricsAction("StartupTick"));
|
| }
|
|
|
| //////////////////////////////////////////////////////////////////////////////
|
|
|