| Index: chrome/browser/profiles/profile_io_data.cc
|
| diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
|
| index 67d9d5d6cdcf4c73f3d898b1eba4c88ae47070c2..e766c5cb4370b22bc2814704abfde8e5ebba38bc 100644
|
| --- a/chrome/browser/profiles/profile_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_io_data.cc
|
| @@ -354,6 +354,7 @@ ProfileIOData::GetIsolatedAppRequestContext(
|
| }
|
|
|
| ExtensionInfoMap* ProfileIOData::GetExtensionInfoMap() const {
|
| + DCHECK(extension_info_map_) << "ExtensionSystem not initialized";
|
| return extension_info_map_;
|
| }
|
|
|
|
|