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

Unified Diff: webrtc/base/macutils.h

Issue 2117823002: mac: Make GetOSVersion() private to a cc file. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « no previous file | webrtc/base/macutils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/macutils.h
diff --git a/webrtc/base/macutils.h b/webrtc/base/macutils.h
index 35c3d1870b3b8aee52e8b590d0fcdafdfb59ed41..e3a42563d2c831e54389a1bc6663a9654b554fed 100644
--- a/webrtc/base/macutils.h
+++ b/webrtc/base/macutils.h
@@ -43,7 +43,6 @@ enum MacOSVersionName {
kMacOSNewer, // 10.10+
};
-bool GetOSVersion(int* major, int* minor, int* bugfix);
MacOSVersionName GetOSVersionName();
bool GetQuickTimeVersion(std::string* version);
« no previous file with comments | « no previous file | webrtc/base/macutils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698