Chromium Code Reviews| Index: android_webview/common/aw_content_client.h |
| =================================================================== |
| --- android_webview/common/aw_content_client.h (revision 255867) |
| +++ android_webview/common/aw_content_client.h (working copy) |
| @@ -11,6 +11,8 @@ |
| namespace android_webview { |
| +std::string GetUserAgent(); |
| + |
| class AwContentClient : public content::ContentClient { |
| public: |
| // ContentClient implementation. |