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

Unified Diff: chrome/browser/profiles/profile_impl_io_data.cc

Issue 1558983002: [Predictor CleanUp] Remove unused variables from Predictor class APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addresses mmenke's review inputs. Created 4 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 | « chrome/browser/profiles/profile_impl_io_data.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_impl_io_data.cc
diff --git a/chrome/browser/profiles/profile_impl_io_data.cc b/chrome/browser/profiles/profile_impl_io_data.cc
index 9667bdb5f2786146a9f02e1785a11adbfc0e48cf..0cfe7e8676d632129750aa299dddc8ba7a8faa99 100644
--- a/chrome/browser/profiles/profile_impl_io_data.cc
+++ b/chrome/browser/profiles/profile_impl_io_data.cc
@@ -5,6 +5,7 @@
#include "chrome/browser/profiles/profile_impl_io_data.h"
#include <set>
+#include <string>
#include <utility>
#include "base/bind.h"
@@ -223,7 +224,6 @@ scoped_refptr<ChromeURLRequestContextGetter>
ProfileImplIOData::Handle::CreateMainRequestContextGetter(
content::ProtocolHandlerMap* protocol_handlers,
content::URLRequestInterceptorScopedVector request_interceptors,
- PrefService* local_state,
IOThread* io_thread) const {
DCHECK_CURRENTLY_ON(BrowserThread::UI);
LazyInitialize();
@@ -233,7 +233,6 @@ ProfileImplIOData::Handle::CreateMainRequestContextGetter(
io_data_->predictor_
->InitNetworkPredictor(profile_->GetPrefs(),
- local_state,
io_thread,
main_request_context_getter_.get(),
io_data_);
« no previous file with comments | « chrome/browser/profiles/profile_impl_io_data.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698