Index: chrome/browser/chrome_content_browser_client_unittest.cc |
diff --git a/chrome/browser/chrome_content_browser_client_unittest.cc b/chrome/browser/chrome_content_browser_client_unittest.cc |
index ebc8d21d526b97ac214facf34261efaf6f085c63..fd29ffc51bf212496fb428f65215f4d1d3606ed5 100644 |
--- a/chrome/browser/chrome_content_browser_client_unittest.cc |
+++ b/chrome/browser/chrome_content_browser_client_unittest.cc |
@@ -32,6 +32,8 @@ TEST_F(ChromeContentBrowserClientTest, ShouldAssignSiteForURL) { |
EXPECT_TRUE(client.ShouldAssignSiteForURL(GURL("https://www.google.com"))); |
} |
+#if defined(ENABLE_WEBRTC) |
+ |
// NOTE: Any updates to the expectations in these tests should also be done in |
// the browser test WebRtcDisableEncryptionFlagBrowserTest. |
class DisableWebRtcEncryptionFlagTest : public testing::Test { |
@@ -87,6 +89,8 @@ TEST_F(DisableWebRtcEncryptionFlagTest, StableChannel) { |
EXPECT_FALSE(to_command_line_.HasSwitch(switches::kDisableWebRtcEncryption)); |
} |
+#endif // ENABLE_WEBRTC |
+ |
} // namespace chrome |
#if !defined(OS_IOS) && !defined(OS_ANDROID) |