| Index: chrome/common/chrome_content_client.h
|
| diff --git a/chrome/common/chrome_content_client.h b/chrome/common/chrome_content_client.h
|
| index e6074d5d40f6f2bf21812303a7a05e7229c4b674..57f5ea25a8b9beafe3eab44dbea4de524da8c878 100644
|
| --- a/chrome/common/chrome_content_client.h
|
| +++ b/chrome/common/chrome_content_client.h
|
| @@ -36,6 +36,7 @@ class ChromeContentClient : public content::ContentClient {
|
| virtual base::StringPiece GetDataResource(
|
| int resource_id,
|
| ui::ScaleFactor scale_factor) const OVERRIDE;
|
| + virtual gfx::Image& GetNativeImageNamed(int resource_id) const OVERRIDE;
|
|
|
| #if defined(OS_WIN)
|
| virtual bool SandboxPlugin(CommandLine* command_line,
|
|
|