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

Unified Diff: chrome/browser/protector/protector.cc

Issue 8575018: Protector histograms for default search provider change added. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/protector/protector.cc
diff --git a/chrome/browser/protector/protector.cc b/chrome/browser/protector/protector.cc
index 9b2d417ddbffa73261b489496a3efad6790f30db..13dab8d3e072ddd18bd0e4911e26c7bccaeb4ad3 100644
--- a/chrome/browser/protector/protector.cc
+++ b/chrome/browser/protector/protector.cc
@@ -66,8 +66,8 @@ void Protector::OnDiscardChange() {
}
void Protector::OnDecisionTimeout() {
- // TODO(ivankr): Add histogram.
DVLOG(1) << "Timeout";
+ change_->Timeout();
}
void Protector::OnRemovedFromProfile() {

Powered by Google App Engine
This is Rietveld 408576698