| Index: ui/base/resource/resource_bundle_auralinux.cc
|
| diff --git a/ui/base/resource/resource_bundle_auralinux.cc b/ui/base/resource/resource_bundle_auralinux.cc
|
| index 4bc7ee696659ceb1ceb2c64d3ee857b0bcbbf93e..d5357175a7bcc52562bbbcce76283272cb45a776 100644
|
| --- a/ui/base/resource/resource_bundle_auralinux.cc
|
| +++ b/ui/base/resource/resource_bundle_auralinux.cc
|
| @@ -33,9 +33,6 @@ void ResourceBundle::LoadCommonResources() {
|
| // Always load the 1x data pack first as the 2x data pack contains both 1x and
|
| // 2x images. The 1x data pack only has 1x images, thus passes in an accurate
|
| // scale factor to gfx::ImageSkia::AddRepresentation.
|
| -
|
| - AddDataPackFromPath(GetResourcesPakFilePath("chrome.pak"),
|
| - SCALE_FACTOR_NONE);
|
| AddDataPackFromPath(GetResourcesPakFilePath(
|
| "chrome_100_percent.pak"), SCALE_FACTOR_100P);
|
|
|
|
|