| Index: chrome/browser/android/most_visited_sites.h
|
| diff --git a/chrome/browser/android/most_visited_sites.h b/chrome/browser/android/most_visited_sites.h
|
| index 63c1ed40cef55d33ecb5a14808a8af105bdbbadc..15e3f10e399edbd454cb6eb6b83826110f01089c 100644
|
| --- a/chrome/browser/android/most_visited_sites.h
|
| +++ b/chrome/browser/android/most_visited_sites.h
|
| @@ -112,6 +112,9 @@ class MostVisitedSites : public ProfileSyncServiceObserver,
|
| // Whether the user is in a control group for the purposes of logging.
|
| bool is_control_group_;
|
|
|
| + // Keeps track of whether the initial NTP load has been done.
|
| + bool initial_load_done_;
|
| +
|
| // Counters for UMA metrics.
|
|
|
| // Number of tiles using a local thumbnail image for this NTP session.
|
|
|