| Index: content/shell/shell_content_client.h
|
| diff --git a/content/shell/shell_content_client.h b/content/shell/shell_content_client.h
|
| index 21ea340e208f521e746273bee6ec0ebd4e545545..9de97f67f5394708a548be2f61b5177f1bf5df43 100644
|
| --- a/content/shell/shell_content_client.h
|
| +++ b/content/shell/shell_content_client.h
|
| @@ -22,7 +22,7 @@ class ShellContentClient : public ContentClient {
|
| virtual void AddNPAPIPlugins(
|
| webkit::npapi::PluginList* plugin_list) OVERRIDE;
|
| virtual bool CanHandleWhileSwappedOut(const IPC::Message& msg) OVERRIDE;
|
| - virtual std::string GetUserAgent(bool* overriding) const OVERRIDE;
|
| + virtual std::string GetUserAgent() const OVERRIDE;
|
| virtual string16 GetLocalizedString(int message_id) const OVERRIDE;
|
| virtual base::StringPiece GetDataResource(int resource_id) const OVERRIDE;
|
|
|
|
|