| 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);
|
| };
|
|
|
|
|