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

Unified Diff: webrtc/modules/include/module.h

Issue 1736663004: Revert of Remove ignored return code from modules. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 10 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
Index: webrtc/modules/include/module.h
diff --git a/webrtc/modules/include/module.h b/webrtc/modules/include/module.h
index 432ed409ee010e2621591f6362d651515ff6b76e..d02aa95dc8db0f13e9cf91d65c67c2dbecd570f0 100644
--- a/webrtc/modules/include/module.h
+++ b/webrtc/modules/include/module.h
@@ -32,7 +32,7 @@
// Process any pending tasks such as timeouts.
// Called on a worker thread.
- virtual void Process() = 0;
+ virtual int32_t Process() = 0;
// This method is called when the module is attached to a *running* process
// thread or detached from one. In the case of detaching, |process_thread|
« no previous file with comments | « webrtc/modules/congestion_controller/include/congestion_controller.h ('k') | webrtc/modules/media_file/media_file_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698