Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2847)

Unified Diff: chrome/browser/safe_browsing/chrome_cleaner/srt_global_error_win.cc

Issue 2973873002: Primary histograms for InBrowserCleanerUI experiment (Closed)
Patch Set: Revert changes to histogram.cc Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/safe_browsing/chrome_cleaner/srt_global_error_win.cc
diff --git a/chrome/browser/safe_browsing/chrome_cleaner/srt_global_error_win.cc b/chrome/browser/safe_browsing/chrome_cleaner/srt_global_error_win.cc
index 29a9e10b205adb87032f9e35776483f54d1eec4b..afc8a408b99520452e9db05fdfae45316b95556b 100644
--- a/chrome/browser/safe_browsing/chrome_cleaner/srt_global_error_win.cc
+++ b/chrome/browser/safe_browsing/chrome_cleaner/srt_global_error_win.cc
@@ -137,6 +137,7 @@ void SRTGlobalError::ExecuteMenuItem(Browser* browser) {
void SRTGlobalError::ShowBubbleView(Browser* browser) {
RecordSRTPromptHistogram(SRT_PROMPT_SHOWN);
+ RecordPromptShownHistogram();
GlobalErrorWithStandardBubble::ShowBubbleView(browser);
}

Powered by Google App Engine
This is Rietveld 408576698