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

Unified Diff: remoting/host/host_key_pair.cc

Issue 3654001: Revert 61899 for breaking cookes on file:// URLs.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
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 | « media/filters/omx_video_decoder.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/host_key_pair.cc
===================================================================
--- remoting/host/host_key_pair.cc (revision 62042)
+++ remoting/host/host_key_pair.cc (working copy)
@@ -55,9 +55,7 @@
DCHECK(key_.get() != NULL);
host_config->Update(
- NewRunnableMethod(this,
- &HostKeyPair::DoSave,
- make_scoped_refptr(host_config)));
+ NewRunnableMethod(this, &HostKeyPair::DoSave, host_config));
}
void HostKeyPair::DoSave(MutableHostConfig* host_config) const {
« no previous file with comments | « media/filters/omx_video_decoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698