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

Unified Diff: chrome/browser/predictors/autocomplete_action_predictor_table.cc

Issue 10900037: Adding more histograms to ResourcePrefetchPredictor. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Changes based on renaming recommendations. Created 8 years, 4 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/predictors/autocomplete_action_predictor_table.cc
diff --git a/chrome/browser/predictors/autocomplete_action_predictor_table.cc b/chrome/browser/predictors/autocomplete_action_predictor_table.cc
index b460c338ba404778df9c5de6063fdb0c17449ed9..fc63ef955417582fc7569edaee49fd024f18fada 100644
--- a/chrome/browser/predictors/autocomplete_action_predictor_table.cc
+++ b/chrome/browser/predictors/autocomplete_action_predictor_table.cc
@@ -243,7 +243,7 @@ void AutocompleteActionPredictorTable::CreateTableIfNonExistent() {
ResetDB();
}
-void AutocompleteActionPredictorTable::LogDatabaseStats() {
+void AutocompleteActionPredictorTable::LogDatabaseStats(Profile* profile) {
CHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::DB));
if (CantAccessDatabase())
return;

Powered by Google App Engine
This is Rietveld 408576698