Index: trunk/src/chrome/browser/media/webrtc_browsertest_common.h |
=================================================================== |
--- trunk/src/chrome/browser/media/webrtc_browsertest_common.h (revision 260283) |
+++ trunk/src/chrome/browser/media/webrtc_browsertest_common.h (working copy) |
@@ -7,31 +7,12 @@ |
#include <string> |
-#include "base/files/file_path.h" |
#include "base/process/process_handle.h" |
namespace content { |
class WebContents; |
} |
-namespace test { |
- |
-// Reference video locations. |
- |
-// Checks if the user has the reference video files, returns true if so. |
-// If the user's checkout don't have these dirs, they need to configure their |
-// .gclient as described in kAdviseOnGclientSolution. The reason for this is |
-// that we don't want to burden regular chrome devs with downloading these |
-// sizable reference files by default. |
-bool HasReferenceFilesInCheckout(); |
- |
-// Retrieves the reference video dir, to which file names can be appended. |
-base::FilePath GetReferenceVideosDir(); |
- |
-extern const base::FilePath::CharType kReferenceFileName360p[]; |
-extern const base::FilePath::CharType kYuvFileExtension[]; |
-extern const base::FilePath::CharType kY4mFileExtension[]; |
- |
// Executes javascript code which will sleep for |timeout_msec| milliseconds. |
// Returns true on success. |
bool SleepInJavascript(content::WebContents* tab_contents, int timeout_msec); |
@@ -63,12 +44,10 @@ |
// Stops the peerconnection server. |
bool Stop(); |
- static void KillAllPeerConnectionServers(); |
+ static void KillAllPeerConnectionServersOnCurrentSystem(); |
private: |
base::ProcessHandle server_pid_; |
}; |
-} // namespace test |
- |
#endif // CHROME_BROWSER_MEDIA_WEBRTC_BROWSERTEST_COMMON_H_ |