| Index: content/test/test_content_client.cc
|
| diff --git a/content/test/test_content_client.cc b/content/test/test_content_client.cc
|
| index 4f7bce994ca3014ff4f33c85f4017a8172de6d3c..11d9bb6e07390197fa81bc4e72da07cf36fda924 100644
|
| --- a/content/test/test_content_client.cc
|
| +++ b/content/test/test_content_client.cc
|
| @@ -64,6 +64,14 @@ base::StringPiece TestContentClient::GetDataResource(int resource_id) const {
|
| return resource;
|
| }
|
|
|
| +base::StringPiece TestContentClient::GetImageResource(
|
| + int resource_id,
|
| + float scale_factor) const {
|
| + base::StringPiece resource;
|
| + data_pack_.GetStringPiece(resource_id, &resource);
|
| + return resource;
|
| +}
|
| +
|
| #if defined(OS_WIN)
|
| bool TestContentClient::SandboxPlugin(CommandLine* command_line,
|
| sandbox::TargetPolicy* policy) {
|
|
|