Index: chrome/browser/media/webrtc/webrtc_browsertest_base.h |
diff --git a/chrome/browser/media/webrtc/webrtc_browsertest_base.h b/chrome/browser/media/webrtc/webrtc_browsertest_base.h |
index 4e1b15017b6b605f4ce70d1dcb5bbbafb1a0999e..5546ec880600b2f8b00eedf50343a3690e87f016 100644 |
--- a/chrome/browser/media/webrtc/webrtc_browsertest_base.h |
+++ b/chrome/browser/media/webrtc/webrtc_browsertest_base.h |
@@ -158,8 +158,8 @@ class WebRtcTestBase : public InProcessBrowserTest { |
std::string GetStreamSize(content::WebContents* tab_contents, |
const std::string& video_element) const; |
- // Returns true if we're on win 8. |
- bool OnWin8() const; |
+ // Returns true if we're on Windows 8 or higher. |
+ bool OnWin8OrHigher() const; |
void OpenDatabase(content::WebContents* tab) const; |
void CloseDatabase(content::WebContents* tab) const; |