Chromium Code Reviews| Index: net/url_request/static_http_user_agent_settings.cc |
| =================================================================== |
| --- net/url_request/static_http_user_agent_settings.cc (revision 255867) |
| +++ net/url_request/static_http_user_agent_settings.cc (working copy) |
| @@ -20,7 +20,7 @@ |
| return accept_language_; |
| } |
| -std::string StaticHttpUserAgentSettings::GetUserAgent(const GURL& url) const { |
| +std::string StaticHttpUserAgentSettings::GetUserAgent() const { |
| return user_agent_; |
| } |