From e6f02aba72e297560ece0e79d165abf4c49149ff Mon Sep 17 00:00:00 2001 From: "jar@chromium.org" Date: Fri, 10 Apr 2009 22:29:29 +0000 Subject: Remove histogram connection to base classes in stats_counter Now that histograms move data from renderer to browser, there is less reason to connect to stats counters. Stats counters were using shared memory, and now they may plausibly use the histogram's IPC mechanism instead to move data to the browser. The first step is remove the inheritance, and teh next (plausible/future) step would be to implement counters as histograms with only one bucket. r=mbelshe Review URL: http://codereview.chromium.org/66029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13544 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/ipc_channel_win.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/common/ipc_channel_win.cc') diff --git a/chrome/common/ipc_channel_win.cc b/chrome/common/ipc_channel_win.cc index 38e442a..d4e7c31 100644 --- a/chrome/common/ipc_channel_win.cc +++ b/chrome/common/ipc_channel_win.cc @@ -10,6 +10,7 @@ #include "base/compiler_specific.h" #include "base/logging.h" #include "base/non_thread_safe.h" +#include "base/stats_counters.h" #include "base/win_util.h" #include "chrome/common/chrome_counters.h" #include "chrome/common/ipc_logging.h" -- cgit v1.1