Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2159)

Unified Diff: chrome/common/search/ntp_logging_events.h

Issue 2733873002: Third-party NTPs: Set "instant support" flag earlier. (Closed)
Patch Set: review Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/local_ntp/most_visited_util.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/browser/resources/local_ntp/most_visited_util.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698