Home
last modified time | relevance | path

Searched refs:kChromeProtocols (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/
Dshell_integration_win.cc307 const std::wstring kChromeProtocols[] = {L"http", L"https"}; in IsDefaultBrowser() local
326 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()
/external/chromium_org/chrome/installer/util/
Dshell_util.cc1724 static const wchar_t* const kChromeProtocols[] = { L"http", L"https" }; in GetChromeDefaultState() local
1725 return ProbeProtocolHandlers(kChromeProtocols, arraysize(kChromeProtocols)); in GetChromeDefaultState()