| Index: chrome/common/search/ntp_logging_events.h
|
| diff --git a/chrome/common/search/ntp_logging_events.h b/chrome/common/search/ntp_logging_events.h
|
| index 5bf86af7f15944a3e1f87d7629a14faac047bfb1..ecfe613d3f7500de9362b382806fc02a3bcc0bd5 100644
|
| --- a/chrome/common/search/ntp_logging_events.h
|
| +++ b/chrome/common/search/ntp_logging_events.h
|
| @@ -29,8 +29,9 @@ enum NTPLoggingEventType {
|
| // The data for all NTP tiles (title, URL, etc, but not the thumbnail image)
|
| // has been received by the most visited iframe. In contrast to
|
| // NTP_ALL_TILES_LOADED, this is recorded before the actual DOM elements have
|
| - // loaded (in particular the thumbnail images). Logged only by the
|
| - // single-iframe version of the NTP.
|
| + // loaded (in particular the thumbnail images). Logged by the single-iframe
|
| + // version of the NTP, and also by the multi-iframe version, but only as a
|
| + // workaround for crbug.com/698675.
|
| NTP_ALL_TILES_RECEIVED = 12,
|
|
|
| NTP_EVENT_TYPE_LAST = NTP_ALL_TILES_RECEIVED
|
|
|