Index: webkit/tools/test_shell/test_shell_request_context.h |
=================================================================== |
--- webkit/tools/test_shell/test_shell_request_context.h (revision 8714) |
+++ webkit/tools/test_shell/test_shell_request_context.h (working copy) |
@@ -22,6 +22,8 @@ |
~TestShellRequestContext(); |
+ virtual const std::string& GetUserAgent(const GURL& url) const; |
+ |
private: |
void Init(const std::wstring& cache_path, net::HttpCache::Mode cache_mode, |
bool no_proxy); |