Index: content/shell/shell_content_client.h |
=================================================================== |
--- content/shell/shell_content_client.h (revision 149002) |
+++ content/shell/shell_content_client.h (working copy) |
@@ -18,6 +18,7 @@ |
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; |