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

/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry_unittest.cc750 std::vector<std::string> handled_protocols; local
751 registry()->GetRegisteredProtocols(&handled_protocols);
752 ASSERT_EQ(static_cast<size_t>(1), handled_protocols.size());
753 ASSERT_EQ("test", handled_protocols[0]);

Completed in 38 milliseconds