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

Unified Diff: webrtc/base/macutils_unittest.cc

Issue 2114013002: mac: Remove unused GetQuickTimeVersion(). (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 | « webrtc/base/macutils.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/macutils_unittest.cc
diff --git a/webrtc/base/macutils_unittest.cc b/webrtc/base/macutils_unittest.cc
index 7150bf35505512c8a122b177f983293276b5353a..e295eaae0840c30fc6095db062717401cafddb73 100644
--- a/webrtc/base/macutils_unittest.cc
+++ b/webrtc/base/macutils_unittest.cc
@@ -17,12 +17,6 @@ TEST(MacUtilsTest, GetOsVersionName) {
EXPECT_NE(rtc::kMacOSUnknown, ver);
}
-TEST(MacUtilsTest, GetQuickTimeVersion) {
- std::string version;
- EXPECT_TRUE(rtc::GetQuickTimeVersion(&version));
- LOG(LS_INFO) << "GetQuickTimeVersion " << version;
-}
-
TEST(MacUtilsTest, RunAppleScriptCompileError) {
std::string script("set value to to 5");
EXPECT_FALSE(rtc::RunAppleScript(script));
« no previous file with comments | « webrtc/base/macutils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698