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

Unified Diff: components/ssl_config/ssl_config_service_manager_pref.cc

Issue 2283373002: Remove unneeded scoped_refptr<>::get() on method binding (Closed)
Patch Set: Created 4 years, 4 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 | « components/prefs/pref_service.cc ('k') | components/sync/driver/glue/sync_backend_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ssl_config/ssl_config_service_manager_pref.cc
diff --git a/components/ssl_config/ssl_config_service_manager_pref.cc b/components/ssl_config/ssl_config_service_manager_pref.cc
index 3e0da65c6d957ca4a9e7fd6d4cfc6c54b499e848..a3736de9bb14a2364cd92345f2cb918abe366183 100644
--- a/components/ssl_config/ssl_config_service_manager_pref.cc
+++ b/components/ssl_config/ssl_config_service_manager_pref.cc
@@ -270,7 +270,7 @@ void SSLConfigServiceManagerPref::OnPreferenceChanged(
// update |cached_config_|.
io_task_runner_->PostTask(FROM_HERE,
base::Bind(&SSLConfigServicePref::SetNewSSLConfig,
- ssl_config_service_.get(), new_config));
+ ssl_config_service_, new_config));
}
void SSLConfigServiceManagerPref::GetSSLConfigFromPrefs(
« no previous file with comments | « components/prefs/pref_service.cc ('k') | components/sync/driver/glue/sync_backend_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698