Home
last modified time | relevance | path

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