Chromium Code Reviews| 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. |