2012年2月5日
摘要: 研究了一下Chrome源码中注册默认浏览器的代码,把研究的笔记直接发出来吧.//-------------------------ShellIntegration::SetAsDefaultBrowser Begin---------------------------bool ShellIntegration::SetAsDefaultBrowser() { FilePath chrome_exe; if (!PathService::Get(base::FILE_EXE, &chrome_exe)) { LOG(ERROR) << "Error getting 阅读全文
posted @ 2012-02-05 17:34 Entreri 阅读(1576) 评论(0) 推荐(0)