Index: content/test/test_url_fetcher_factory.cc |
diff --git a/content/test/test_url_fetcher_factory.cc b/content/test/test_url_fetcher_factory.cc |
index d8deeeca73147a72fa96fefcaa92a0b23787d748..7172887ab1122e8b2cfb3e8078f7a697f84e40f4 100644 |
--- a/content/test/test_url_fetcher_factory.cc |
+++ b/content/test/test_url_fetcher_factory.cc |
@@ -89,10 +89,13 @@ void TestURLFetcher::SetRequestContext( |
net::URLRequestContextGetter* request_context_getter) { |
} |
-void TestURLFetcher::AssociateWithRenderView( |
- const GURL& first_party_for_cookies, |
- int render_process_id, |
- int render_view_id) { |
+void TestURLFetcher::SetFirstPartyForCookies( |
+ const GURL& first_party_for_cookies) { |
+} |
+ |
+void TestURLFetcher::SetURLRequestUserData( |
+ const void* key, |
+ const CreateDataCallback& create_data_callback) { |
} |
void TestURLFetcher::SetAutomaticallyRetryOn5xx(bool retry) { |