diff options
Diffstat (limited to 'net/base')
-rw-r--r-- | net/base/load_log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/base/load_log.h b/net/base/load_log.h index d1024cb..52c16da 100644 --- a/net/base/load_log.h +++ b/net/base/load_log.h @@ -46,7 +46,7 @@ class LoadLog : public base::RefCounted<LoadLog> { }; // The maximum size of |events_|. - enum { kMaxNumEntries = 25 }; + enum { kMaxNumEntries = 40 }; // Ordered set of events that were logged. // TODO(eroman): use a StackVector or array to avoid allocations. |