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

Unified Diff: chrome/common/metrics/metrics_log_manager.h

Issue 81603002: Send UMA stability stats in a separate UMA log on startup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years 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/metrics/metrics_service_unittest.cc ('k') | chrome/common/metrics/metrics_log_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/metrics/metrics_log_manager.h
===================================================================
--- chrome/common/metrics/metrics_log_manager.h (revision 240851)
+++ chrome/common/metrics/metrics_log_manager.h (working copy)
@@ -172,6 +172,9 @@
// Compresses |current_log_| into |compressed_log|.
void CompressCurrentLog(SerializedLog* compressed_log);
+ // Tracks whether unsent logs (if any) have been loaded from the serializer.
+ bool unsent_logs_loaded_;
+
// The log that we are still appending to.
scoped_ptr<MetricsLogBase> current_log_;
LogType current_log_type_;
« no previous file with comments | « chrome/browser/metrics/metrics_service_unittest.cc ('k') | chrome/common/metrics/metrics_log_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698