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

Unified Diff: chrome/browser/history/in_memory_database.cc

Issue 8677025: Reverting based on discussions on #chromium with shess and rsleevi (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
« no previous file with comments | « chrome/browser/history/history_field_trial.cc ('k') | chrome/browser/history/text_database.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/in_memory_database.cc
===================================================================
--- chrome/browser/history/in_memory_database.cc (revision 111432)
+++ chrome/browser/history/in_memory_database.cc (working copy)
@@ -10,7 +10,6 @@
#include "base/time.h"
#include "base/utf_string_conversions.h"
#include "build/build_config.h"
-#include "chrome/browser/history/history_field_trial.h"
namespace history {
@@ -92,9 +91,8 @@
// just not exist yet.
}
base::TimeTicks end_load = base::TimeTicks::Now();
- UMA_HISTOGRAM_MEDIUM_TIMES(
- "History.InMemoryDBPopulate" + HistoryFieldTrial::GetGroupSuffix(),
- end_load - begin_load);
+ UMA_HISTOGRAM_MEDIUM_TIMES("History.InMemoryDBPopulate",
+ end_load - begin_load);
UMA_HISTOGRAM_COUNTS("History.InMemoryDBItemCount", db_.GetLastChangeCount());
{
« no previous file with comments | « chrome/browser/history/history_field_trial.cc ('k') | chrome/browser/history/text_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698