| Index: content/shell/common/shell_content_client.h
|
| diff --git a/content/shell/common/shell_content_client.h b/content/shell/common/shell_content_client.h
|
| index 478c06595b3e940c9fce05b84fa625ab07f1cef2..5f9ab2f2ecd56eecc84a8ca0e92cb6967a59f360 100644
|
| --- a/content/shell/common/shell_content_client.h
|
| +++ b/content/shell/common/shell_content_client.h
|
| @@ -13,6 +13,8 @@
|
|
|
| namespace content {
|
|
|
| +std::string GetShellUserAgent();
|
| +
|
| class ShellContentClient : public ContentClient {
|
| public:
|
| virtual ~ShellContentClient();
|
|
|