Index: chrome/browser/ui/webui/plugins_ui.cc |
diff --git a/chrome/browser/ui/webui/plugins_ui.cc b/chrome/browser/ui/webui/plugins_ui.cc |
index 34aef3c276292e699b7ade6ad68e03eab9d5307e..901ff58785f599acfd1db62fd2bc0c737753a577 100644 |
--- a/chrome/browser/ui/webui/plugins_ui.cc |
+++ b/chrome/browser/ui/webui/plugins_ui.cc |
@@ -19,9 +19,9 @@ |
#include "base/values.h" |
#include "chrome/browser/content_settings/host_content_settings_map.h" |
#include "chrome/browser/plugin_prefs.h" |
-#include "chrome/browser/prefs/scoped_user_pref_update.h" |
#include "chrome/browser/prefs/pref_member.h" |
#include "chrome/browser/prefs/pref_service.h" |
+#include "chrome/browser/prefs/scoped_user_pref_update.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/ui/browser.h" |
#include "chrome/browser/ui/browser_window.h" |
@@ -42,6 +42,7 @@ |
#include "grit/theme_resources.h" |
#include "grit/theme_resources_standard.h" |
#include "ui/base/l10n/l10n_util.h" |
+#include "ui/base/layout.h" |
#include "ui/base/resource/resource_bundle.h" |
#include "webkit/plugins/npapi/plugin_group.h" |
@@ -483,7 +484,7 @@ PluginsUI::PluginsUI(content::WebUI* web_ui) : WebUIController(web_ui) { |
// static |
base::RefCountedMemory* PluginsUI::GetFaviconResourceBytes() { |
return ResourceBundle::GetSharedInstance(). |
- LoadDataResourceBytes(IDR_PLUGIN); |
+ LoadDataResourceBytes(IDR_PLUGIN, ui::SCALE_FACTOR_100P); |
} |
// static |