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

Unified Diff: net/url_request/url_fetcher.cc

Issue 10386063: Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to head, fix win component build Created 8 years, 7 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 | « net/url_request/url_fetcher.h ('k') | net/url_request/url_fetcher_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_fetcher.cc
diff --git a/content/public/common/url_fetcher_delegate.cc b/net/url_request/url_fetcher.cc
similarity index 50%
rename from content/public/common/url_fetcher_delegate.cc
rename to net/url_request/url_fetcher.cc
index 1fff67409f4ce9fad83a20e98b0ccc20fa9283c0..27f32fa1b2c6ba6d2f9bde4e5a13c77ade825cd2 100644
--- a/content/public/common/url_fetcher_delegate.cc
+++ b/net/url_request/url_fetcher.cc
@@ -2,12 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/public/common/url_fetcher_delegate.h"
+#include "net/url_request/url_fetcher.h"
-namespace content {
+namespace net {
-bool URLFetcherDelegate::ShouldSendDownloadData() {
- return false;
-}
+URLFetcher::~URLFetcher() {}
-} // namespace content
+} // namespace net
« no previous file with comments | « net/url_request/url_fetcher.h ('k') | net/url_request/url_fetcher_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698