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

Unified Diff: components/sync_driver/data_type_status_table.cc

Issue 535683002: Fix use-after-free in HDDDTC shutdown (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests Created 6 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
Index: components/sync_driver/data_type_status_table.cc
diff --git a/components/sync_driver/data_type_status_table.cc b/components/sync_driver/data_type_status_table.cc
index d96b3b1cab4bb62261be0231a992467497e7320a..ecbea24f892edff347818bdcd92789db9d39b9c3 100644
--- a/components/sync_driver/data_type_status_table.cc
+++ b/components/sync_driver/data_type_status_table.cc
@@ -63,6 +63,7 @@ bool DataTypeStatusTable::UpdateFailedDataTypes(const TypeErrorMap& errors) {
}
void DataTypeStatusTable::Reset() {
+ DVLOG(1) << "Resetting data type errors.";
unrecoverable_errors_.clear();
data_type_errors_.clear();
crypto_errors_.clear();
« no previous file with comments | « components/sync_driver/data_type_status_table.h ('k') | components/sync_driver/fake_data_type_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698