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

Unified Diff: chrome/browser/resources/predictors/predictors.js

Issue 10453013: Remove hit weight experiment (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: trying rebase again - missing base file? 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/resources/predictors/predictors.js
diff --git a/chrome/browser/resources/predictors/predictors.js b/chrome/browser/resources/predictors/predictors.js
index 5a722e8e02532ac7eada9c431a52f869f7edd857..69ff6494ee55ff2171cb8c5b984c73d63b5a3bad 100644
--- a/chrome/browser/resources/predictors/predictors.js
+++ b/chrome/browser/resources/predictors/predictors.js
@@ -74,7 +74,6 @@ function updateDatabaseView(database) {
}
}
$('countBanner').textContent = 'Entries: ' + databaseSection.children.length;
- $('countBanner').textContent += ' Hit Weight: ' + database.hit_weight;
}
document.addEventListener('DOMContentLoaded',
« no previous file with comments | « chrome/browser/prerender/prerender_histograms.cc ('k') | chrome/browser/ui/webui/predictors/predictors_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698