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

Unified Diff: services/preferences/tracked/registry_hash_store_contents_win.h

Issue 2926453002: Fix a race condition in ~RegistryHashStoreContentsWin (Closed)
Patch Set: Created 3 years, 6 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: services/preferences/tracked/registry_hash_store_contents_win.h
diff --git a/services/preferences/tracked/registry_hash_store_contents_win.h b/services/preferences/tracked/registry_hash_store_contents_win.h
index 0b3b396205d60cda624442ace27e58a48357ce79..41bbfb9ce7e3d1e50529acee249e847b5a21a98c 100644
--- a/services/preferences/tracked/registry_hash_store_contents_win.h
+++ b/services/preferences/tracked/registry_hash_store_contents_win.h
@@ -50,6 +50,7 @@ class RegistryHashStoreContentsWin : public HashStoreContents {
const base::string16 preference_key_name_;
const bool reset_on_delete_;
+ const bool is_for_test_scoped_dir_;
};
#endif // SERVICES_PREFERENCES_TRACKED_REGISTRY_HASH_STORE_CONTENTS_WIN_H_

Powered by Google App Engine
This is Rietveld 408576698