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

Unified Diff: content/child/request_info.cc

Issue 2345253002: Remove content::RequestInfo (Closed)
Patch Set: Rebase Created 4 years, 3 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/child/request_info.h ('k') | content/child/resource_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/request_info.cc
diff --git a/content/child/request_info.cc b/content/child/request_info.cc
deleted file mode 100644
index b88cf00d2bb4c066dc4a61abf352c7e1e81e5b58..0000000000000000000000000000000000000000
--- a/content/child/request_info.cc
+++ /dev/null
@@ -1,37 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "content/child/request_info.h"
-
-#include "base/single_thread_task_runner.h"
-
-namespace content {
-
-RequestInfo::RequestInfo()
- : load_flags(0),
- requestor_pid(0),
- request_type(RESOURCE_TYPE_MAIN_FRAME),
- fetch_request_context_type(REQUEST_CONTEXT_TYPE_UNSPECIFIED),
- fetch_frame_type(REQUEST_CONTEXT_FRAME_TYPE_NONE),
- priority(net::LOW),
- request_context(0),
- appcache_host_id(0),
- routing_id(0),
- download_to_file(false),
- has_user_gesture(false),
- skip_service_worker(SkipServiceWorker::NONE),
- should_reset_appcache(false),
- fetch_request_mode(FETCH_REQUEST_MODE_NO_CORS),
- fetch_credentials_mode(FETCH_CREDENTIALS_MODE_OMIT),
- fetch_redirect_mode(FetchRedirectMode::FOLLOW_MODE),
- enable_load_timing(false),
- enable_upload_progress(false),
- do_not_prompt_for_login(false),
- report_raw_headers(false),
- extra_data(NULL),
- lofi_state(LOFI_UNSPECIFIED) {}
-
-RequestInfo::~RequestInfo() {}
-
-} // namespace content
« no previous file with comments | « content/child/request_info.h ('k') | content/child/resource_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698