Index: chrome/browser/ui/startup/default_browser_prompt.cc |
diff --git a/chrome/browser/ui/startup/default_browser_prompt.cc b/chrome/browser/ui/startup/default_browser_prompt.cc |
index 22b3341cc70b2b33f0c9d66dbfc5502e02353684..6fe251856324b4e1ad2476e3e3ed6bb9c1f2c767 100644 |
--- a/chrome/browser/ui/startup/default_browser_prompt.cc |
+++ b/chrome/browser/ui/startup/default_browser_prompt.cc |
@@ -44,9 +44,6 @@ void SetChromeAsDefaultBrowser(bool interactive_flow, PrefService* prefs) { |
// it likely means the user simply selected another browser from the |
// panel. We will respect this choice and write it down as 'no, thanks'. |
UMA_HISTOGRAM_COUNTS("DefaultBrowserWarning.DontSetAsDefault", 1); |
- // User clicked "Don't ask me again", remember that. |
sky
2012/08/15 21:09:28
Is the pref needed anymore?
motek.
2012/08/15 21:19:36
Yes. It is set and read in the same file, upon 'ca
|
- if (prefs) |
- prefs->SetBoolean(prefs::kCheckDefaultBrowser, false); |
} |
} else { |
UMA_HISTOGRAM_COUNTS("DefaultBrowserWarning.SetAsDefault", 1); |