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

/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry_unittest.cc150 ASSERT_FALSE(IsFakeRegisteredWithOS(protocol));
158 bool IsFakeRegisteredWithOS(const std::string& protocol) { function in class:__anon3527::FakeDelegate
773 ASSERT_FALSE(delegate()->IsFakeRegisteredWithOS("do"));
774 ASSERT_FALSE(delegate()->IsFakeRegisteredWithOS("dont"));
779 ASSERT_TRUE(delegate()->IsFakeRegisteredWithOS("do"));
780 ASSERT_FALSE(delegate()->IsFakeRegisteredWithOS("dont"));

Completed in 192 milliseconds