Chromium Code Reviews| Index: content/shell/shell_content_client.h |
| diff --git a/content/shell/shell_content_client.h b/content/shell/shell_content_client.h |
| index 35b2020e15725a7ce7f0f759865b9aeeccb507b2..9bc38806d281b68d3a3993df682ed2c666ea67af 100644 |
| --- a/content/shell/shell_content_client.h |
| +++ b/content/shell/shell_content_client.h |
| @@ -21,7 +21,7 @@ class ShellContentClient : public ContentClient { |
| std::vector<PepperPluginInfo>* plugins) OVERRIDE; |
| virtual bool CanSendWhileSwappedOut(const IPC::Message* msg) OVERRIDE; |
| virtual bool CanHandleWhileSwappedOut(const IPC::Message& msg) OVERRIDE; |
| - virtual std::string GetUserAgent(bool mimic_windows) const OVERRIDE; |
| + virtual std::string GetUserAgent(bool *overriding) const OVERRIDE; |
|
Evan Martin
2011/09/21 20:27:24
star on the left
Dirk Pranke
2011/09/21 21:02:35
Will fix.
|
| virtual string16 GetLocalizedString(int message_id) const OVERRIDE; |
| virtual base::StringPiece GetDataResource(int resource_id) const OVERRIDE; |