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

Unified Diff: chrome/browser/metrics/metrics_service.h

Issue 299153004: Move child process observing from MetricsService to stability provider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 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/metrics/metrics_service.h
===================================================================
--- chrome/browser/metrics/metrics_service.h (revision 272600)
+++ chrome/browser/metrics/metrics_service.h (working copy)
@@ -32,8 +32,6 @@
#include "components/metrics/metrics_provider.h"
#include "components/metrics/metrics_service_observer.h"
#include "components/variations/active_field_trials.h"
-#include "content/public/browser/browser_child_process_observer.h"
-#include "content/public/browser/user_metrics.h"
#include "net/url_request/url_fetcher_delegate.h"
class GoogleUpdateMetricsProviderWin;
@@ -91,7 +89,6 @@
class MetricsService
: public base::HistogramFlattener,
public chrome_browser_metrics::TrackingSynchronizerObserver,
- public content::BrowserChildProcessObserver,
public net::URLFetcherDelegate {
public:
// The execution phase of the browser.
@@ -171,10 +168,6 @@
base::HistogramBase::Inconsistency problem) OVERRIDE;
virtual void InconsistencyDetectedInLoggedCount(int amount) OVERRIDE;
- // Implementation of content::BrowserChildProcessObserver
- virtual void BrowserChildProcessCrashed(
- const content::ChildProcessData& data) OVERRIDE;
-
// This should be called when the application is not idle, i.e. the user seems
// to be interacting with the application.
void OnApplicationNotIdle();
« no previous file with comments | « chrome/browser/metrics/chrome_stability_metrics_provider.cc ('k') | chrome/browser/metrics/metrics_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698