Searched refs:kChromeProtocols (Results 1 – 1 of 1) 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()