From afd1e525b648613762191b3720ca9533eef358a8 Mon Sep 17 00:00:00 2001 From: "michaeln@google.com" Date: Wed, 27 Apr 2011 23:29:59 +0000 Subject: Move UserMetrics to content. Just the class that provides the action logging API which is used all over the place is being moved. The UserMetrics class uses the notification system to inform the core of the user metrics system of each event, that core part is not being moved. Also take care of a TODO to remove the class methods that take a Profile* as a paramter (since Profile is verbotten in /content). BUG=78499 Review URL: http://codereview.chromium.org/6883021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83251 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/render_messages.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'chrome/common/render_messages.h') diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h index d59cafe..b75ccb6 100644 --- a/chrome/common/render_messages.h +++ b/chrome/common/render_messages.h @@ -335,10 +335,6 @@ IPC_SYNC_MESSAGE_ROUTED2_1(ViewHostMsg_GetSearchProviderInstallState, GURL /* inquiry url */, search_provider::InstallState /* install */) -// Send back a string to be recorded by UserMetrics. -IPC_MESSAGE_CONTROL1(ViewHostMsg_UserMetricsRecordAction, - std::string /* action */) - // Send back histograms as vector of pickled-histogram strings. IPC_MESSAGE_CONTROL2(ViewHostMsg_RendererHistograms, int, /* sequence number of Renderer Histograms. */ -- cgit v1.1