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

Unified Diff: chrome/browser/profiles/profile_io_data.h

Issue 8341088: ProfileIOData: Add a few CHECKs to help debug a crash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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/profiles/profile_io_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_io_data.h
diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h
index 9787647ba2fe8252e300c365e9624ac0eae8ba52..bd4134cb1db59a838de0f6468b94860107b86f0d 100644
--- a/chrome/browser/profiles/profile_io_data.h
+++ b/chrome/browser/profiles/profile_io_data.h
@@ -314,6 +314,9 @@ class ProfileIOData {
// One AppRequestContext per isolated app.
mutable AppRequestContextMap app_request_context_map_;
+ // TODO(jhawkins): Remove once crbug.com/102004 is fixed.
+ bool initialized_on_UI_thread_;
+
DISALLOW_COPY_AND_ASSIGN(ProfileIOData);
};
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_io_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698