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

Unified Diff: components/rappor/rappor_service.cc

Issue 872813003: Add Rappor metrics for Safe Browsing and SSL interstitials. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fit nit: Remove _MAX from enum Created 5 years, 11 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | tools/metrics/rappor/rappor.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/rappor/rappor_service.cc
diff --git a/components/rappor/rappor_service.cc b/components/rappor/rappor_service.cc
index 5b7b75378db302bd7ce83f6a3c7984f19a286c42..7fc4fce7fb4e86f94b330d1e6a94df7927960137 100644
--- a/components/rappor/rappor_service.cc
+++ b/components/rappor/rappor_service.cc
@@ -126,7 +126,8 @@ void RapporService::Update(RecordingLevel recording_level, bool may_upload) {
}
}
- DVLOG(1) << "RapporService may_upload=" << may_upload;
+ DVLOG(1) << "RapporService recording_level=" << recording_level_
+ << " may_upload=" << may_upload;
if (may_upload) {
uploader_->Start();
} else {
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | tools/metrics/rappor/rappor.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698