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

Unified Diff: base/sync_socket_nacl.cc

Issue 10412014: Get PPB_Audio interface building as untrusted code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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 | « no previous file | ppapi/ppapi_proxy_untrusted.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/sync_socket_nacl.cc
===================================================================
--- base/sync_socket_nacl.cc (revision 137754)
+++ base/sync_socket_nacl.cc (working copy)
@@ -50,6 +50,10 @@
: SyncSocket(handle) {
}
+size_t CancelableSyncSocket::Send(const void* buffer, size_t length) {
+ return 0;
+}
+
bool CancelableSyncSocket::Shutdown() {
return false;
}
« no previous file with comments | « no previous file | ppapi/ppapi_proxy_untrusted.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698