diff options
author | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-20 17:36:10 +0000 |
---|---|---|
committer | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-20 17:36:10 +0000 |
commit | 8c52c8959535730fb44380d1247c388fe624dc0e (patch) | |
tree | cb4608a2165f88f735800f17f90b3a454a0a7748 /ui | |
parent | aeb6e4274b97bb83608e59f9f4cd6d203841641d (diff) | |
download | chromium_src-8c52c8959535730fb44380d1247c388fe624dc0e.zip chromium_src-8c52c8959535730fb44380d1247c388fe624dc0e.tar.gz chromium_src-8c52c8959535730fb44380d1247c388fe624dc0e.tar.bz2 |
Disable loading high res icons on Mac
The new high res icon resource pak may have caused a perf regression on Mac OS X 10.5.
I'm disabling the new resource pak to verify if this is the case.
BUG=None
TEST=Built and ran, verified that the browser still launches and looks ok.
Review URL: http://codereview.chromium.org/6873116
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82326 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r-- | ui/base/resource/resource_bundle_mac.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/base/resource/resource_bundle_mac.mm b/ui/base/resource/resource_bundle_mac.mm index 0508177..886a377 100644 --- a/ui/base/resource/resource_bundle_mac.mm +++ b/ui/base/resource/resource_bundle_mac.mm @@ -47,7 +47,7 @@ FilePath ResourceBundle::GetResourcesFilePath() { // static FilePath ResourceBundle::GetLargeIconResourcesFilePath() { - return GetResourcesPakFilePath(@"theme_resources_large", nil); + return FilePath(); } // static |