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

Unified Diff: remoting/protocol/util.h

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/protocol_test_client.cc ('k') | remoting/protocol/util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/util.h
diff --git a/remoting/protocol/util.h b/remoting/protocol/util.h
index 53e1f677e48ffca9146b87ebb2f03abc6ab18ac7..802e65c36f3375c9f203763001b85b1e7846b151 100644
--- a/remoting/protocol/util.h
+++ b/remoting/protocol/util.h
@@ -23,9 +23,6 @@ namespace protocol {
scoped_refptr<net::IOBufferWithSize> SerializeAndFrameMessage(
const google::protobuf::MessageLite& msg);
-// Create a runnable task that deletes a message.
-Task* NewDeleteMessageTask(google::protobuf::MessageLite* message);
-
} // namespace protocol
} // namespace remoting
« no previous file with comments | « remoting/protocol/protocol_test_client.cc ('k') | remoting/protocol/util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698