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

Unified Diff: net/base/load_log_event_type_list.h

Issue 363025: Improve the display of LoadLogs when truncation occurs.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Change -1 to be a constant instead Created 11 years, 1 month 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 | « net/base/load_log.cc ('k') | net/base/load_log_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/load_log_event_type_list.h
===================================================================
--- net/base/load_log_event_type_list.h (revision 31195)
+++ net/base/load_log_event_type_list.h (working copy)
@@ -9,10 +9,6 @@
// General pseudo-events
// --------------------------------------------------------------------------
-// If a log is terminated by a kLogTruncated event, then it grew too large
-// and any subsequent events logged to it were discarded.
-EVENT_TYPE(LOG_TRUNCATED)
-
// Something got cancelled (we determine what is cancelled based on the
// log context around it.)
EVENT_TYPE(CANCELLED)
« no previous file with comments | « net/base/load_log.cc ('k') | net/base/load_log_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698