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

Unified Diff: sync/internal_api/http_bridge.cc

Issue 824893004: sync: Remove unused private fields (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | sync/internal_api/public/http_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/http_bridge.cc
diff --git a/sync/internal_api/http_bridge.cc b/sync/internal_api/http_bridge.cc
index 8fc91fa2ef6e8649de825f3e51b89d026c165a7b..5a601b3dc38f462c6884af250820bb67b73c04e8 100644
--- a/sync/internal_api/http_bridge.cc
+++ b/sync/internal_api/http_bridge.cc
@@ -135,8 +135,7 @@ HttpBridge::RequestContext::RequestContext(
const scoped_refptr<base::SingleThreadTaskRunner>&
network_task_runner,
const std::string& user_agent)
- : baseline_context_(baseline_context),
- network_task_runner_(network_task_runner),
+ : network_task_runner_(network_task_runner),
job_factory_(new net::URLRequestJobFactoryImpl()) {
DCHECK(!user_agent.empty());
« no previous file with comments | « no previous file | sync/internal_api/public/http_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698