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

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

Issue 2275953002: Prerender: Remove deprecated prerender experiment histograms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: trim a few more unsued ones Created 4 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
« no previous file with comments | « no previous file | chrome/browser/prerender/prerender_histograms.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/predictors/autocomplete_action_predictor.cc
diff --git a/chrome/browser/predictors/autocomplete_action_predictor.cc b/chrome/browser/predictors/autocomplete_action_predictor.cc
index a92ab887b82c856befe0a2008c9f72b6fa60a90f..34343c211ffeba8b2dbd6e101e5700640784af88 100644
--- a/chrome/browser/predictors/autocomplete_action_predictor.cc
+++ b/chrome/browser/predictors/autocomplete_action_predictor.cc
@@ -246,8 +246,7 @@ void AutocompleteActionPredictor::OnOmniboxOpenedUrl(const OmniboxLog& log) {
}
UMA_HISTOGRAM_BOOLEAN(
- base::StringPrintf("Prerender.OmniboxNavigationsCouldPrerender%s",
- prerender::PrerenderManager::GetModeString()).c_str(),
+ "Prerender.OmniboxNavigationsCouldPrerender",
prerender::IsOmniboxEnabled(profile_));
const AutocompleteMatch& match = log.result.match_at(log.selected_index);
« no previous file with comments | « no previous file | chrome/browser/prerender/prerender_histograms.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698