| 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 7b3d7248e13f2f2e8288b9ae4bef2cf1559a0004..47dd4dd1cc1b7e6ad3cef333650bbdbff0cd3d43 100644
|
| --- a/chrome/browser/media/webrtc_browsertest_base.h
|
| +++ b/chrome/browser/media/webrtc_browsertest_base.h
|
| @@ -113,6 +113,9 @@ class WebRtcTestBase : public InProcessBrowserTest {
|
| // Returns true if we're on WinXP, that lovely operating system of bliss.
|
| bool OnWinXp() const;
|
|
|
| + // Returns true if we're on win 8.
|
| + bool OnWin8() const;
|
| +
|
| private:
|
| void CloseInfoBarInTab(content::WebContents* tab_contents,
|
| infobars::InfoBar* infobar) const;
|
|
|