Chromium Code Reviews| Index: ui/base/resource/resource_bundle.h |
| diff --git a/ui/base/resource/resource_bundle.h b/ui/base/resource/resource_bundle.h |
| index 00ab79df216fa6d4673b2ab4d51f20bb8f95bd77..2871d64f900c1d2074f80ca55152ffd32560f010 100644 |
| --- a/ui/base/resource/resource_bundle.h |
| +++ b/ui/base/resource/resource_bundle.h |
| @@ -51,6 +51,8 @@ typedef struct _GdkPixbuf GdkPixbuf; |
| namespace ui { |
| +extern const std::string kLocaleResourcePathSwitch; |
|
jeremy
2011/05/19 16:08:46
Should be defined in chrome/common/chrome_switches
ofri
2011/05/23 08:42:50
Done.
|
| + |
| class DataPack; |
| // ResourceBundle is a central facility to load images and other resources, |