Index: chrome/browser/chrome_browser_main.cc |
=================================================================== |
--- chrome/browser/chrome_browser_main.cc (revision 149057) |
+++ chrome/browser/chrome_browser_main.cc (working copy) |
@@ -1363,6 +1363,9 @@ |
return chrome::RESULT_CODE_NORMAL_EXIT_CANCEL; |
if (answer == TryChromeDialogView::UNINSTALL_CHROME) |
return chrome::RESULT_CODE_NORMAL_EXIT_EXP2; |
+ // At this point the user is willing to try chrome again. |
+ if (answer == TryChromeDialogView::TRY_CHROME_AS_DEFAULT) |
+ ShellIntegration::SetAsDefaultBrowser(); |
grt (UTC plus 2)
2012/08/02 08:41:10
if you want the Greg dialog to appear on Win8, thi
cpu_(ooo_6.6-7.5)
2012/08/02 23:25:20
Good to know. No, I don't want the win8 case.
I w
|
#else |
// We don't support retention experiments on Mac or Linux. |
return content::RESULT_CODE_NORMAL_EXIT; |