Skip to content

Commit

Permalink
Enable UserActivityEventLogging
Browse files Browse the repository at this point in the history
Bug: 784232
Change-Id: I72a9f20cbacba3a9dfc6b914094da573d61c6153
Reviewed-on: https://chromium-review.googlesource.com/874975
Reviewed-by: Scott Violet <sky@chromium.org>
Commit-Queue: Jia Meng <jiameng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#530387}
  • Loading branch information
jm318 authored and Commit Bot committed Jan 19, 2018
1 parent 7adbc19 commit 39db6ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chrome/common/chrome_features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -546,8 +546,8 @@ const base::Feature kUseGoogleLocalNtp{"UseGoogleLocalNtp",
#if defined(OS_CHROMEOS)
// Enables or disables user activity event logging for power management on
// Chrome OS.
const base::Feature kUserActivityEventLogging{
"UserActivityEventLogging", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kUserActivityEventLogging{"UserActivityEventLogging",
base::FEATURE_ENABLED_BY_DEFAULT};
#endif

#if !defined(OS_ANDROID)
Expand Down

0 comments on commit 39db6ef

Please sign in to comment.