| Index: ui/base/resource/resource_bundle.h
|
| diff --git a/ui/base/resource/resource_bundle.h b/ui/base/resource/resource_bundle.h
|
| index ed1067555de5a678b148d9bf400182716e0e9642..7170a1c51c6afdd3a8b43824cf936cb33b295733 100644
|
| --- a/ui/base/resource/resource_bundle.h
|
| +++ b/ui/base/resource/resource_bundle.h
|
| @@ -231,6 +231,10 @@ class UI_BASE_EXPORT ResourceBundle {
|
| // string if the message_id is not found.
|
| base::string16 GetLocalizedString(int message_id);
|
|
|
| + // Get a localized resource (for example, localized image logo) given a
|
| + // resource id.
|
| + base::RefCountedMemory* LoadLocalizedResourceBytes(int resource_id);
|
| +
|
| // Returns a font list derived from the platform-specific "Base" font list.
|
| // The result is always cached and exists for the lifetime of the process.
|
| const gfx::FontList& GetFontListWithDelta(
|
|
|