| Index: chrome/browser/media/webrtc_browsertest_common.h
|
| diff --git a/chrome/browser/media/webrtc_browsertest_common.h b/chrome/browser/media/webrtc_browsertest_common.h
|
| index 0de994d68217ef294df34f1bce1efdef65f1b252..27ab604a5b4db860c530f4e4c813663563d93a89 100644
|
| --- a/chrome/browser/media/webrtc_browsertest_common.h
|
| +++ b/chrome/browser/media/webrtc_browsertest_common.h
|
| @@ -54,25 +54,6 @@ bool PollingWaitUntil(const std::string& javascript,
|
| content::WebContents* tab_contents,
|
| int poll_interval_msec);
|
|
|
| -class PeerConnectionServerRunner {
|
| - public:
|
| - static const char kDefaultPort[];
|
| -
|
| - PeerConnectionServerRunner(): server_pid_(0) {}
|
| - ~PeerConnectionServerRunner() {}
|
| -
|
| - // Starts the peerconnection server on localhost on |kDefaultPort|.
|
| - bool Start();
|
| -
|
| - // Stops the peerconnection server.
|
| - bool Stop();
|
| -
|
| - static void KillAllPeerConnectionServers();
|
| -
|
| - private:
|
| - base::ProcessHandle server_pid_;
|
| -};
|
| -
|
| } // namespace test
|
|
|
| #endif // CHROME_BROWSER_MEDIA_WEBRTC_BROWSERTEST_COMMON_H_
|
|
|