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

Unified Diff: chrome/browser/ui/webui/ntp/ntp_user_data_logger_unittest.cc

Issue 2429523002: Cleanup desktop NTP metrics recording (Closed)
Patch Set: . Created 4 years, 2 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/ui/webui/ntp/ntp_user_data_logger.cc ('k') | chrome/common/search/ntp_logging_events.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/ntp/ntp_user_data_logger_unittest.cc
diff --git a/chrome/browser/ui/webui/ntp/ntp_user_data_logger_unittest.cc b/chrome/browser/ui/webui/ntp/ntp_user_data_logger_unittest.cc
index 1d2b95343a78a1a3c97d00518535620910debb5d..e67065fc953999f888d36320df52d78abde45ef7 100644
--- a/chrome/browser/ui/webui/ntp/ntp_user_data_logger_unittest.cc
+++ b/chrome/browser/ui/webui/ntp/ntp_user_data_logger_unittest.cc
@@ -81,15 +81,14 @@ class NTPUserDataLoggerTest : public testing::Test {
TEST_F(NTPUserDataLoggerTest, TestNumberOfTiles) {
base::StatisticsRecorder::Initialize();
- // Enusure non-zero statistics.
+ // Ensure non-zero statistics.
TestNTPUserDataLogger logger;
logger.ntp_url_ = GURL("chrome://newtab/");
base::TimeDelta delta = base::TimeDelta::FromMilliseconds(0);
for (int i = 0; i < 8; ++i)
- logger.LogEvent(NTP_TILE, delta);
- logger.LogEvent(NTP_SERVER_SIDE_SUGGESTION, delta);
+ logger.LogEvent(NTP_SERVER_SIDE_SUGGESTION, delta);
logger.LogEvent(NTP_ALL_TILES_LOADED, delta);
« no previous file with comments | « chrome/browser/ui/webui/ntp/ntp_user_data_logger.cc ('k') | chrome/common/search/ntp_logging_events.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698