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

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

Issue 10117034: Don't cache the IO thread in the MetricsService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Linux compile (IWYU) Created 8 years, 8 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_x11.cc ('k') | chrome/browser/metrics/metrics_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/metrics/metrics_service.h
diff --git a/chrome/browser/metrics/metrics_service.h b/chrome/browser/metrics/metrics_service.h
index ff4df36914c23d3a93c8bd18e0ce74181a0972cd..229921de4fbdfaf848b283a4bde64ce88dd34495 100644
--- a/chrome/browser/metrics/metrics_service.h
+++ b/chrome/browser/metrics/metrics_service.h
@@ -19,7 +19,6 @@
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
#include "base/process_util.h"
-#include "chrome/browser/io_thread.h"
#include "chrome/common/metrics/metrics_service_base.h"
#include "content/public/common/process_type.h"
#include "content/public/common/url_fetcher_delegate.h"
@@ -368,11 +367,6 @@ class MetricsService : public content::NotificationObserver,
// The HTTP pipelining test server.
std::string http_pipelining_test_server_;
- // The IOThread for accessing global HostResolver to resolve
- // network_stats_server_ host. |io_thread_| is accessed on IO thread and it is
- // safe to access it on IO thread.
- IOThread* io_thread_;
-
// The identifier that's sent to the server with the log reports.
std::string client_id_;
« no previous file with comments | « chrome/browser/chrome_browser_main_x11.cc ('k') | chrome/browser/metrics/metrics_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698