| 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 acfdb236e162b14caf0b75300c519badefc085ff..7b3d7248e13f2f2e8288b9ae4bef2cf1559a0004 100644
|
| --- a/chrome/browser/media/webrtc_browsertest_base.h
|
| +++ b/chrome/browser/media/webrtc_browsertest_base.h
|
| @@ -110,6 +110,9 @@ class WebRtcTestBase : public InProcessBrowserTest {
|
| // Methods to check what devices we have on the system.
|
| bool HasWebcamAvailableOnSystem(content::WebContents* tab_contents) const;
|
|
|
| + // Returns true if we're on WinXP, that lovely operating system of bliss.
|
| + bool OnWinXp() const;
|
| +
|
| private:
|
| void CloseInfoBarInTab(content::WebContents* tab_contents,
|
| infobars::InfoBar* infobar) const;
|
|
|