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

Unified Diff: ui/base/resource/resource_bundle_win.cc

Issue 10265012: Rename theme_resources_metro_1x.grd to theme_resources_touch_1x.grd (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
« chrome/chrome_resources.gyp ('K') | « tools/gritsettings/resource_ids ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/resource/resource_bundle_win.cc
diff --git a/ui/base/resource/resource_bundle_win.cc b/ui/base/resource/resource_bundle_win.cc
index 78900029d54c02fe320aa2fadfba077600c2a643..db47aadd7fa4fd5312df4228b26c2c8a030d05a3 100644
--- a/ui/base/resource/resource_bundle_win.cc
+++ b/ui/base/resource/resource_bundle_win.cc
@@ -45,7 +45,7 @@ void ResourceBundle::LoadCommonResources() {
switch (ui::GetDisplayLayout()) {
case ui::LAYOUT_TOUCH:
- AddDataPack(GetResourcesPakFilePath("theme_resources_metro_1x.pak"));
+ AddDataPack(GetResourcesPakFilePath("theme_resources_touch_1x.pak"));
AddDataPack(GetResourcesPakFilePath("ui_resources_standard.pak"));
break;
default:
« chrome/chrome_resources.gyp ('K') | « tools/gritsettings/resource_ids ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698