Searched refs:expected_host_perms (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dextension_service_unittest.cc1780 URLPatternSet expected_host_perms; local
1797 AddPattern(&expected_host_perms, "http://*.google.com/*");
1798 AddPattern(&expected_host_perms, "https://*.google.com/*");
1799 AddPattern(&expected_host_perms, "http://*.google.com.hk/*");
1800 AddPattern(&expected_host_perms, "http://www.example.com/*");
1807 EXPECT_EQ(expected_host_perms, known_perms->effective_hosts());
1827 URLPatternSet expected_host_perms; local

Completed in 479 milliseconds