diff options
author | michaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-27 23:29:59 +0000 |
---|---|---|
committer | michaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-27 23:29:59 +0000 |
commit | afd1e525b648613762191b3720ca9533eef358a8 (patch) | |
tree | 3082154d5fd8850222b249d062c874f283f93115 /content/content_browser.gypi | |
parent | c5ac7e1ef43c7087c8e2c08582b9cd0029229686 (diff) | |
download | chromium_src-afd1e525b648613762191b3720ca9533eef358a8.zip chromium_src-afd1e525b648613762191b3720ca9533eef358a8.tar.gz chromium_src-afd1e525b648613762191b3720ca9533eef358a8.tar.bz2 |
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
Diffstat (limited to 'content/content_browser.gypi')
-rw-r--r-- | content/content_browser.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_browser.gypi b/content/content_browser.gypi index 538609f..53129ff 100644 --- a/content/content_browser.gypi +++ b/content/content_browser.gypi @@ -317,6 +317,8 @@ 'browser/trace_controller.h', 'browser/trace_message_filter.cc', 'browser/trace_message_filter.h', + 'browser/user_metrics.cc', + 'browser/user_metrics.h', 'browser/webui/empty_web_ui_factory.cc', 'browser/webui/empty_web_ui_factory.h', 'browser/webui/generic_handler.cc', |