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

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

Issue 2909943003: Removing useless Win7 checks + standardize its use (Closed)
Patch Set: Various nits Created 3 years, 7 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/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;

Powered by Google App Engine
This is Rietveld 408576698