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

Unified Diff: chrome/browser/chrome_browser_main.cc

Issue 10454086: Histograms - Support histograms for Plugins, GPU (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 | « chrome/browser/chrome_browser_main.h ('k') | chrome/browser/metrics/histogram_synchronizer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main.cc
===================================================================
--- chrome/browser/chrome_browser_main.cc (revision 146279)
+++ chrome/browser/chrome_browser_main.cc (working copy)
@@ -52,7 +52,6 @@
#include "chrome/browser/language_usage_metrics.h"
#include "chrome/browser/managed_mode.h"
#include "chrome/browser/metrics/field_trial_synchronizer.h"
-#include "chrome/browser/metrics/histogram_synchronizer.h"
#include "chrome/browser/metrics/metrics_log.h"
#include "chrome/browser/metrics/metrics_service.h"
#include "chrome/browser/metrics/thread_watcher.h"
@@ -1402,11 +1401,7 @@
InitializeNetworkOptions(parsed_command_line());
- // Initialize histogram synchronizer system. This is a singleton and is used
- // for posting tasks via base::Bind. Its deleted when it goes out of scope.
- // Even though base::Bind does AddRef and Release, the object will not
- // be deleted after the Task is executed.
- histogram_synchronizer_ = new HistogramSynchronizer();
+ // Initialize tracking synchronizer system.
tracking_synchronizer_ = new chrome_browser_metrics::TrackingSynchronizer();
// Now that all preferences have been registered, set the install date
« no previous file with comments | « chrome/browser/chrome_browser_main.h ('k') | chrome/browser/metrics/histogram_synchronizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698