Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(118)

Issue 6130003: metrics: Add SendUserActionToUMA() to MetricsLibraryMock. (Closed)

Created:
9 years, 11 months ago by Daniel Erat
Modified:
9 years, 7 months ago
Reviewers:
petkov
CC:
chromium-os-reviews_chromium.org, petkov, Luigi Semenzato, sosa
Visibility:
Public.

Description

metrics: Add SendUserActionToUMA() to MetricsLibraryMock. The metrics daemon doesn't support sending user actions, but I need this exposed through the mock library so I can use SendUserActionToUMA() in the power manager. Change-Id: Ie9e3995df9978768477fe46dcb9ebec4d1fff1d5 BUG=chromium-os:10696 TEST=built for x86-mario with FEATURES=test; checked that the power manager can now use SendUserActionToUMA() Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=e258947

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -0 lines) Patch
M metrics_library.h View 1 chunk +1 line, -0 lines 0 comments Download
M metrics_library_mock.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Daniel Erat
9 years, 11 months ago (2011-01-06 23:33:25 UTC) #1
petkov
LGTM Thanks for fixing this. Btw, I was just looking at this. That's a good ...
9 years, 11 months ago (2011-01-06 23:36:15 UTC) #2
Daniel Erat
9 years, 11 months ago (2011-01-06 23:45:37 UTC) #3
On Thu, Jan 6, 2011 at 3:36 PM,  <petkov@chromium.org> wrote:
> LGTM
>
> Thanks for fixing this. Btw, I was just looking at this. That's a good
> reason
> why inherited virtual methods should have a virtual keyword in the inherited
> declaration (per style, and the code currently doesn't follow it).

Or a compelling argument for C++ finally getting something like Java's
@Override already. :-P

(yeah, I know it's coming...)

> http://codereview.chromium.org/6130003/
>

Powered by Google App Engine
This is Rietveld 408576698