| Index: webrtc/base/signalthread.h
|
| diff --git a/webrtc/base/signalthread.h b/webrtc/base/signalthread.h
|
| index 4dda88966c5a123dd3f55a268f64b7ff77400659..ec250c6aad3063126f15de120786e9b90475b255 100644
|
| --- a/webrtc/base/signalthread.h
|
| +++ b/webrtc/base/signalthread.h
|
| @@ -45,9 +45,6 @@ class SignalThread
|
| // Context: Main Thread. Call before Start to change the worker's name.
|
| bool SetName(const std::string& name, const void* obj);
|
|
|
| - // Context: Main Thread. Call before Start to change the worker's priority.
|
| - bool SetPriority(ThreadPriority priority);
|
| -
|
| // Context: Main Thread. Call to begin the worker thread.
|
| void Start();
|
|
|
|
|