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

Unified Diff: chrome/browser/google_apis/event_logger.h

Issue 14660018: google_apis: Increase the default history size of EventLogger (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/google_apis/event_logger.h
diff --git a/chrome/browser/google_apis/event_logger.h b/chrome/browser/google_apis/event_logger.h
index 251fddf1709d4a3fb28f259c2b9b6603806c14c9..3828b1743b3ed33897862778b49b5688913cace5 100644
--- a/chrome/browser/google_apis/event_logger.h
+++ b/chrome/browser/google_apis/event_logger.h
@@ -18,7 +18,7 @@
namespace google_apis {
// The default history size used by EventLogger.
-const int kDefaultHistorySize = 100;
+const int kDefaultHistorySize = 1000;
// EventLogger is used to collect and expose text messages for diagnosing
// behaviors of Google APIs stuff. For instance, the collected messages are
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698