diff --git a/src/modules/interface/module.h b/src/modules/interface/module.h index 55f849178d..d9932add52 100644 --- a/src/modules/interface/module.h +++ b/src/modules/interface/module.h @@ -19,6 +19,10 @@ namespace webrtc { class Module { public: + // TODO(henrika): Remove this when chrome is updated. + // DEPRICATED Change the unique identifier of this object. + virtual int32_t ChangeUniqueId(const int32_t id) { return 0; } + // Returns the number of milliseconds until the module want a worker // thread to call Process. virtual int32_t TimeUntilNextProcess() = 0;