diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-14 15:33:01 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-14 15:33:01 +0000 |
commit | b61b05ce8dafabe9b60cd9165d85255f39c3a193 (patch) | |
tree | 11085ff06d2f04cd23a6427cf07fd34f3a9f4f2f /chrome/browser/enumerate_modules_model_win.h | |
parent | cf6136bafceca13527e787bdc36c9783d99a96fe (diff) | |
download | chromium_src-b61b05ce8dafabe9b60cd9165d85255f39c3a193.zip chromium_src-b61b05ce8dafabe9b60cd9165d85255f39c3a193.tar.gz chromium_src-b61b05ce8dafabe9b60cd9165d85255f39c3a193.tar.bz2 |
Add details (where missing) for histograms and remove a few that are not worth providing more details for.
BUG=None
Review URL: https://codereview.chromium.org/270363006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270409 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/enumerate_modules_model_win.h')
-rw-r--r-- | chrome/browser/enumerate_modules_model_win.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/enumerate_modules_model_win.h b/chrome/browser/enumerate_modules_model_win.h index a0a6b27..aece435 100644 --- a/chrome/browser/enumerate_modules_model_win.h +++ b/chrome/browser/enumerate_modules_model_win.h @@ -250,9 +250,6 @@ class EnumerateModulesModel { static EnumerateModulesModel* GetInstance(); - // Record via UMA what the user selected. - static void RecordLearnMoreStat(bool from_menu); - // Returns true if we should show the conflict notification. The conflict // notification is only shown once during the lifetime of the process. bool ShouldShowConflictWarning() const; |