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

Unified Diff: chrome/browser/media/webrtc_browsertest_base.h

Issue 2310683003: Removed duplicated JS hasVideoInputDeviceOnSystem() test helper (Closed)
Patch Set: Initial commit Created 4 years, 3 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: chrome/browser/media/webrtc_browsertest_base.h
diff --git a/chrome/browser/media/webrtc_browsertest_base.h b/chrome/browser/media/webrtc_browsertest_base.h
index 1f25022d56e6def3941ef805742e73053a6790a3..4330813af95cb3da36b74d1983943ac7e4650162 100644
--- a/chrome/browser/media/webrtc_browsertest_base.h
+++ b/chrome/browser/media/webrtc_browsertest_base.h
@@ -151,9 +151,6 @@ class WebRtcTestBase : public InProcessBrowserTest {
std::string GetStreamSize(content::WebContents* tab_contents,
const std::string& video_element) const;
- // Methods to check what devices we have on the system.
- bool HasWebcamAvailableOnSystem(content::WebContents* tab_contents) const;
-
// Returns true if we're on win 8.
bool OnWin8() const;
« no previous file with comments | « no previous file | chrome/browser/media/webrtc_browsertest_base.cc » ('j') | chrome/browser/media/webrtc_webcam_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698