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

Unified Diff: remoting/protocol/util.cc

Issue 8493020: Move code in src/remoting to the new callbacks. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: - Created 9 years, 1 month 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 | « remoting/protocol/util.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/util.cc
diff --git a/remoting/protocol/util.cc b/remoting/protocol/util.cc
index 9dfa016c1f38cec9ca1237a335d2e772f9fb56c9..080fcc38f2a9d655263ad946c28a67b7262e19ae 100644
--- a/remoting/protocol/util.cc
+++ b/remoting/protocol/util.cc
@@ -35,9 +35,5 @@ scoped_refptr<net::IOBufferWithSize> SerializeAndFrameMessage(
return buffer;
}
-Task* NewDeleteMessageTask(google::protobuf::MessageLite* message) {
- return NewRunnableFunction(&DeleteMessage, message);
-}
-
} // namespace protocol
} // namespace remoting
« no previous file with comments | « remoting/protocol/util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698