Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2668)

Unified Diff: chrome/browser/themes/browser_theme_pack.cc

Issue 10832313: Use HiDPI app icons on CrOS when a theme is present (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/themes/browser_theme_pack.cc
diff --git a/chrome/browser/themes/browser_theme_pack.cc b/chrome/browser/themes/browser_theme_pack.cc
index 12b073e763370324ce54729e1dd4b44651251d57..a2672f77520aea90eed1443e661b2c4e71f8448e 100644
--- a/chrome/browser/themes/browser_theme_pack.cc
+++ b/chrome/browser/themes/browser_theme_pack.cc
@@ -685,11 +685,7 @@ BrowserThemePack::BrowserThemePack()
colors_(NULL),
display_properties_(NULL),
source_images_(NULL) {
-#if defined(OS_MACOSX)
scale_factors_ = ui::GetSupportedScaleFactors();
-#else
- scale_factors_.push_back(ui::SCALE_FACTOR_100P);
-#endif
}
void BrowserThemePack::BuildHeader(const Extension* extension) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698