Searched refs:kChromeProtocols (Results 1 – 2 of 2) sorted by relevance
307 const std::wstring kChromeProtocols[] = {L"http", L"https"}; in IsDefaultBrowser() local326 for (int i = 0; i < _countof(kChromeProtocols); i++) { in IsDefaultBrowser()328 hr = pAAR->QueryAppIsDefault(kChromeProtocols[i].c_str(), AT_URLPROTOCOL, in IsDefaultBrowser()343 for (int i = 0; i < _countof(kChromeProtocols); i++) { in IsDefaultBrowser()348 std::wstring key_path(kChromeProtocols[i] + ShellUtil::kRegShellOpen); in IsDefaultBrowser()
1724 static const wchar_t* const kChromeProtocols[] = { L"http", L"https" }; in GetChromeDefaultState() local1725 return ProbeProtocolHandlers(kChromeProtocols, arraysize(kChromeProtocols)); in GetChromeDefaultState()