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

Unified Diff: chrome/browser/ui/webui/predictors/predictors_handler.cc

Issue 10453013: Remove hit weight experiment (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: integer math for the win Created 8 years, 7 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/ui/webui/predictors/predictors_handler.cc
diff --git a/chrome/browser/ui/webui/predictors/predictors_handler.cc b/chrome/browser/ui/webui/predictors/predictors_handler.cc
index 173e7a83eb1339ef741ed60f5b3e3438fd19f775..36c694597c705c63d6560d3bfca1907752be9490 100644
--- a/chrome/browser/ui/webui/predictors/predictors_handler.cc
+++ b/chrome/browser/ui/webui/predictors/predictors_handler.cc
@@ -48,7 +48,6 @@ void PredictorsHandler::RequestAutocompleteActionPredictorDb(
db->Append(entry);
}
dict.Set("db", db);
- dict.SetDouble("hit_weight", AutocompleteActionPredictor::get_hit_weight());
}
web_ui()->CallJavascriptFunction("updateDatabaseTable", dict);

Powered by Google App Engine
This is Rietveld 408576698