HomeSort by relevance Sort by last modified time
    Searched refs:DisableWebRtcEncryptionFlagTest (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/
chrome_content_browser_client_unittest.cc 36 class DisableWebRtcEncryptionFlagTest : public testing::Test {
38 DisableWebRtcEncryptionFlagTest()
57 DISALLOW_COPY_AND_ASSIGN(DisableWebRtcEncryptionFlagTest);
60 TEST_F(DisableWebRtcEncryptionFlagTest, UnknownChannel) {
65 TEST_F(DisableWebRtcEncryptionFlagTest, CanaryChannel) {
70 TEST_F(DisableWebRtcEncryptionFlagTest, DevChannel) {
75 TEST_F(DisableWebRtcEncryptionFlagTest, BetaChannel) {
84 TEST_F(DisableWebRtcEncryptionFlagTest, StableChannel) {
chrome_content_browser_client.h 332 friend class DisableWebRtcEncryptionFlagTest;

Completed in 339 milliseconds