summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormgiuca@chromium.org <mgiuca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-28 21:05:16 +0000
committermgiuca@chromium.org <mgiuca@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-28 21:05:16 +0000
commit20e7cd1e49135d40d2d84f87358000defbf82cf6 (patch)
tree14d1c3c5915b300b1aa7874d3243037955096915
parent94765b3fff9fd01d139ffe84c94c74168f5bc69d (diff)
downloadchromium_src-20e7cd1e49135d40d2d84f87358000defbf82cf6.zip
chromium_src-20e7cd1e49135d40d2d84f87358000defbf82cf6.tar.gz
chromium_src-20e7cd1e49135d40d2d84f87358000defbf82cf6.tar.bz2
app_list_service_linux: Remove TODO about SetDidRunForNDayActiveStats.
This is a Windows-specific stat tracking mechanism that uses the Windows registry and update mechanism. It isn't appropriate on Linux. We already have UMA stats for the App Launcher (including Linux); see app_list_service_impl.cc. BUG=357447 Review URL: https://codereview.chromium.org/216163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260275 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/ui/views/app_list/linux/app_list_service_linux.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/ui/views/app_list/linux/app_list_service_linux.cc b/chrome/browser/ui/views/app_list/linux/app_list_service_linux.cc
index c19e9e4..37af4f0 100644
--- a/chrome/browser/ui/views/app_list/linux/app_list_service_linux.cc
+++ b/chrome/browser/ui/views/app_list/linux/app_list_service_linux.cc
@@ -100,8 +100,6 @@ void AppListServiceLinux::ShowForProfile(Profile* requested_profile) {
ScopedKeepAlive show_app_list_keepalive;
- // TODO(mgiuca): Call SetDidRunForNDayActiveStats.
-
InvalidatePendingProfileLoads();
SetProfilePath(requested_profile->GetPath());
shower_->ShowForProfile(requested_profile);