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

Unified Diff: components/metrics/metrics_state_manager.cc

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 | « components/metrics/client_info.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/metrics_state_manager.cc
diff --git a/components/metrics/metrics_state_manager.cc b/components/metrics/metrics_state_manager.cc
index 98b7af5f6a93603814ba40d33538ed602180dfbd..7e98bdbff01c2db8c5bccf340ff475ffc4ce3c07 100644
--- a/components/metrics/metrics_state_manager.cc
+++ b/components/metrics/metrics_state_manager.cc
@@ -219,9 +219,6 @@ void MetricsStateManager::RegisterPrefs(PrefRegistrySimple* registry) {
}
void MetricsStateManager::BackUpCurrentClientInfo() {
- // TODO(gayane): Eliminate use of ScopedAllowIO. crbug.com/413783
- base::ThreadRestrictions::ScopedAllowIO allow_io;
-
ClientInfo client_info;
client_info.client_id = client_id_;
client_info.installation_date = local_state_->GetInt64(prefs::kInstallDate);
« no previous file with comments | « components/metrics/client_info.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698