| Index: content/shell/shell_content_client.h
|
| diff --git a/content/shell/shell_content_client.h b/content/shell/shell_content_client.h
|
| index 09b0267882e652a5c1fae0fab7ff52e8c381f77d..578dddb6828d4d3eb38a2f51cdec683f9a83f887 100644
|
| --- a/content/shell/shell_content_client.h
|
| +++ b/content/shell/shell_content_client.h
|
| @@ -18,6 +18,7 @@ class ShellContentClient : public ContentClient {
|
| virtual ~ShellContentClient();
|
|
|
| virtual std::string GetUserAgent() const OVERRIDE;
|
| + virtual string16 GetLocalizedString(int message_id) const OVERRIDE;
|
| virtual base::StringPiece GetDataResource(
|
| int resource_id,
|
| ui::ScaleFactor scale_factor) const OVERRIDE;
|
|
|