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

Unified Diff: chrome/service/service_process.cc

Issue 3821005: Make sure to use scoped_refptr for refcounted params in audio/video/remoting (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Created 10 years, 2 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/renderer_host/audio_renderer_host.cc ('k') | media/base/pipeline_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/service_process.cc
diff --git a/chrome/service/service_process.cc b/chrome/service/service_process.cc
index 3af4d2f2feec3ca488f576fbdf26102ed0428b2a..da9dccdbb6bc1fdd27277b713d9908b2684bf05f 100644
--- a/chrome/service/service_process.cc
+++ b/chrome/service/service_process.cc
@@ -384,8 +384,12 @@ void ServiceProcess::SaveChromotingConfig(
// And then do the update.
chromoting_config_->Update(
- NewRunnableFunction(&SaveChromotingConfigFunc, chromoting_config_.get(),
- login, token, host_id, host_name));
+ NewRunnableFunction(&SaveChromotingConfigFunc,
+ chromoting_config_,
+ login,
+ token,
+ host_id,
+ host_name));
// And then save the key pair.
host_key_pair->Save(chromoting_config_);
« no previous file with comments | « chrome/browser/renderer_host/audio_renderer_host.cc ('k') | media/base/pipeline_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698