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

/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry_unittest.cc646 ProtocolHandler ph4 = CreateProtocolHandler("ignore", GURL("http://test/%s")); local
665 ASSERT_TRUE(registry()->SilentlyHandleRegisterHandlerRequest(ph4));
666 ASSERT_FALSE(registry()->IsRegistered(ph4));
667 ASSERT_TRUE(registry()->HasIgnoredEquivalent(ph4));

Completed in 1055 milliseconds