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

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

Issue 7033022: Adding support for loading custom locale resources using a command line flag (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 7 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
Index: ui/base/resource/resource_bundle.cc
diff --git a/ui/base/resource/resource_bundle.cc b/ui/base/resource/resource_bundle.cc
index 50ad59a3faaa8b9a1f60d2f22ca4454f191b64ca..b8248688ef4f79b02f2557cb476d32809965d2e7 100644
--- a/ui/base/resource/resource_bundle.cc
+++ b/ui/base/resource/resource_bundle.cc
@@ -17,6 +17,8 @@
namespace ui {
+const std::string kLocaleResourcePathSwitch = "locale_res_path";
jeremy 2011/05/19 16:08:46 Need a comment block describing what this does and
ofri 2011/05/23 08:42:50 Well, since it only overrides the locale resources
+
namespace {
// Font sizes relative to base font.

Powered by Google App Engine
This is Rietveld 408576698