diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-03 20:20:00 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-03 20:20:00 +0000 |
commit | de0ca2bcbf40d62b9b33c527046431649d06a488 (patch) | |
tree | b10395a2f3ec5ef8020b071561df4a9ed6a7761b /chrome/common | |
parent | 613de4bbd1b032d05e2552c9cd58735c4a71bf0c (diff) | |
download | chromium_src-de0ca2bcbf40d62b9b33c527046431649d06a488.zip chromium_src-de0ca2bcbf40d62b9b33c527046431649d06a488.tar.gz chromium_src-de0ca2bcbf40d62b9b33c527046431649d06a488.tar.bz2 |
delayed fix for comment in from http://codereview.chromium.org/28185
Review URL: http://codereview.chromium.org/40021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10816 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-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; |