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

/external/chromium/chrome/browser/extensions/
H A Dextension_service_unittest.cc1292 ExtensionExtent expected_host_perms; local
1313 AddPattern(&expected_host_perms, "http://*.google.com/*");
1314 AddPattern(&expected_host_perms, "https://*.google.com/*");
1315 AddPattern(&expected_host_perms, "http://*.google.com.hk/*");
1316 AddPattern(&expected_host_perms, "http://www.example.com/*");
1325 AssertEqualExtents(&expected_host_perms, &known_host_perms);

Completed in 22 milliseconds