Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2168)

Unified Diff: content/test/test_url_fetcher_factory.cc

Issue 9572001: Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch for landing Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/test_url_fetcher_factory.h ('k') | net/base/network_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 02f1933b1a7854615fb62c26e4372fb7b3719a03..9602edebe8e0f16cf61b7b2d236d45e9a072eb37 100644
--- a/content/test/test_url_fetcher_factory.cc
+++ b/content/test/test_url_fetcher_factory.cc
@@ -88,6 +88,12 @@ 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::SetAutomaticallyRetryOn5xx(bool retry) {
}
@@ -124,11 +130,6 @@ void TestURLFetcher::Start() {
// Overriden to do nothing. It is assumed the caller will notify the delegate.
}
-void TestURLFetcher::StartWithRequestContextGetter(
- net::URLRequestContextGetter* request_context_getter) {
- NOTIMPLEMENTED();
-}
-
const GURL& TestURLFetcher::GetOriginalURL() const {
return original_url_;
}
« no previous file with comments | « content/test/test_url_fetcher_factory.h ('k') | net/base/network_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698