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

/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry_unittest.cc969 #define URL_p1u2 "http://p1u2.com/%s"
997 // Duplicate p1u2 eliminated in memory but not yet saved in pref
999 ProtocolHandler p1u2 = CreateProtocolHandler("p1", GURL(URL_p1u2)); local
1003 ASSERT_FALSE(registry()->IsDefault(p1u2));
1008 // Duplicate p1u2 saved in pref and a new handler added to pref and memory
1028 registry()->RemoveHandler(p1u2);
1030 // p1u2 removed from user pref and memory.
1074 // Duplicate p1u2 eliminated in memory but not yet saved in pref
1081 // Duplicate p1u2 eliminated in pref, p2u2 added to pref and memory.
1092 ProtocolHandler p1u2 local
[all...]

Completed in 348 milliseconds