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

Unified Diff: trunk/src/athena/system/device_socket_listener.h

Issue 467003003: Revert 291214 "Fixes three crashes" in an attempt to find the cause of Athena related unit test fai… (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 4 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 | « trunk/src/athena/home/home_card_impl.cc ('k') | trunk/src/athena/system/device_socket_listener.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/athena/system/device_socket_listener.h
===================================================================
--- trunk/src/athena/system/device_socket_listener.h (revision 291393)
+++ trunk/src/athena/system/device_socket_listener.h (working copy)
@@ -27,10 +27,10 @@
scoped_refptr<base::TaskRunner> io_task_runner);
static void ShutdownSocketManager();
- // This is called on the FILE thread when data is available on the socket.
+ // This is called on the IO thread when data is available on the socket.
// |data| is guaranteed to be of exactly |data_size| length. Note that the
// implementation must not mutate or free the data.
- virtual void OnDataAvailableOnFILE(const void* data) = 0;
+ virtual void OnDataAvailableOnIO(const void* data) = 0;
protected:
void StartListening();
« no previous file with comments | « trunk/src/athena/home/home_card_impl.cc ('k') | trunk/src/athena/system/device_socket_listener.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698