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

Unified Diff: chrome/browser/sync/glue/data_type_manager_impl.h

Issue 23866012: Send configuration stats together at the end of data type configuration so that (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 | chrome/browser/sync/glue/data_type_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/glue/data_type_manager_impl.h
diff --git a/chrome/browser/sync/glue/data_type_manager_impl.h b/chrome/browser/sync/glue/data_type_manager_impl.h
index 762e34edb35db1764db252f97384935395638322..84e3a67d7446c2d16da3e7d45a0ec2b0c625ad91 100644
--- a/chrome/browser/sync/glue/data_type_manager_impl.h
+++ b/chrome/browser/sync/glue/data_type_manager_impl.h
@@ -19,6 +19,7 @@
#include "chrome/browser/sync/glue/model_association_manager.h"
namespace syncer {
+struct DataTypeConfigurationStats;
class DataTypeDebugInfoListener;
template <typename T> class WeakHandle;
}
@@ -183,6 +184,9 @@ class DataTypeManagerImpl : public DataTypeManager,
// datatype encryption.
const browser_sync::DataTypeEncryptionHandler* encryption_handler_;
+ // Association and time stats of data type configuration.
+ std::vector<syncer::DataTypeConfigurationStats> configuration_stats_;
+
DISALLOW_COPY_AND_ASSIGN(DataTypeManagerImpl);
};
« no previous file with comments | « no previous file | chrome/browser/sync/glue/data_type_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698