Index: chrome/browser/net/chrome_url_request_context.h |
=================================================================== |
--- chrome/browser/net/chrome_url_request_context.h (revision 8714) |
+++ chrome/browser/net/chrome_url_request_context.h (working copy) |
@@ -44,6 +44,8 @@ |
return user_script_dir_path_; |
} |
+ virtual const std::string& GetUserAgent(const GURL& url) const; |
+ |
private: |
// Private constructor, use the static factory methods instead. This is |
// expected to be called on the UI thread. |