| Index: chrome/browser/profiles/profile_io_data.cc
|
| ===================================================================
|
| --- chrome/browser/profiles/profile_io_data.cc (revision 150400)
|
| +++ chrome/browser/profiles/profile_io_data.cc (working copy)
|
| @@ -360,6 +360,7 @@
|
| }
|
|
|
| ExtensionInfoMap* ProfileIOData::GetExtensionInfoMap() const {
|
| + DCHECK(extension_info_map_) << "ExtensionSystem not initialized";
|
| return extension_info_map_;
|
| }
|
|
|
|
|
| Property changes on: chrome\browser\profiles\profile_io_data.cc
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
|
|
|
|