diff options
-rw-r--r-- | chrome/common/resource_bundle_mac.mm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/resource_bundle_mac.mm b/chrome/common/resource_bundle_mac.mm index 3757fc89..5949572 100644 --- a/chrome/common/resource_bundle_mac.mm +++ b/chrome/common/resource_bundle_mac.mm @@ -42,7 +42,6 @@ base::DataPack *LoadResourceDataPack(NSString *name) { FilePath resources_pak_path([resource_path fileSystemRepresentation]); resource_pack = new base::DataPack; bool success = resource_pack->Load(resources_pak_path); - DCHECK(success) << "failed to load chrome.pak"; if (!success) { delete resource_pack; resource_pack = NULL; |