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

Unified Diff: components/metrics/client_info.h

Issue 887843003: Removed ScopedAllowIO from MetricsStateManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Post on blocking pool Created 5 years, 10 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 | « chrome/browser/metrics/metrics_services_manager.cc ('k') | components/metrics/metrics_state_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/client_info.h
diff --git a/components/metrics/client_info.h b/components/metrics/client_info.h
index 8fcaec286131d7ebf30ad03264ca9823b871e491..733d08788789ba28ed3e9c1de3217a6350f3c376 100644
--- a/components/metrics/client_info.h
+++ b/components/metrics/client_info.h
@@ -28,9 +28,6 @@ struct ClientInfo {
// The date on which metrics reporting was enabled: represented as an epoch
// time in seconds.
int64 reporting_enabled_date;
-
- private:
- DISALLOW_COPY_AND_ASSIGN(ClientInfo);
};
} // namespace metrics
« no previous file with comments | « chrome/browser/metrics/metrics_services_manager.cc ('k') | components/metrics/metrics_state_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698