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

Issue 464463003: Adding logging of offstore extensions state to user metrics. (Closed)

Created:
6 years, 4 months ago by jwd
Modified:
6 years, 4 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, Ilya Sherman, asvitkine+watch_chromium.org, extensions-reviews_chromium.org
Project:
chromium
Visibility:
Public.

Description

Adding logging of offstore extensions state to user metrics. BUG=395729 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289673

Patch Set 1 #

Patch Set 2 : #

Total comments: 8

Patch Set 3 : changing to enum #

Patch Set 4 : #

Total comments: 18

Patch Set 5 : #

Total comments: 12

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : addressed comments #

Patch Set 9 : rebase #

Total comments: 14

Patch Set 10 : #

Patch Set 11 : #

Total comments: 15

Patch Set 12 : #

Total comments: 4

Patch Set 13 : #

Total comments: 2

Patch Set 14 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+212 lines, -65 lines) Patch
M chrome/browser/extensions/install_verifier.h View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +11 lines, -4 lines 0 comments Download
M chrome/browser/extensions/install_verifier.cc View 1 2 3 4 5 6 7 8 9 10 11 6 chunks +41 lines, -34 lines 0 comments Download
M chrome/browser/metrics/chrome_metrics_service_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/metrics/extensions_metrics_provider.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +13 lines, -11 lines 0 comments Download
M chrome/browser/metrics/extensions_metrics_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +121 lines, -10 lines 0 comments Download
M chrome/browser/metrics/extensions_metrics_provider_unittest.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M components/metrics/proto/system_profile.proto View 1 2 3 4 5 6 7 8 9 10 2 chunks +15 lines, -1 line 0 comments Download

Messages

Total messages: 26 (0 generated)
jwd
6 years, 4 months ago (2014-08-11 14:56:54 UTC) #1
Alexei Svitkine (slow)
Will take a closer look this afternoon - some initial comments. https://codereview.chromium.org/464463003/diff/20001/chrome/browser/metrics/extensions_metrics_provider.cc File chrome/browser/metrics/extensions_metrics_provider.cc (right): ...
6 years, 4 months ago (2014-08-11 15:01:58 UTC) #2
jwd
changing to enum
6 years, 4 months ago (2014-08-11 19:47:35 UTC) #3
jwd
https://codereview.chromium.org/464463003/diff/20001/chrome/browser/metrics/extensions_metrics_provider.cc File chrome/browser/metrics/extensions_metrics_provider.cc (right): https://codereview.chromium.org/464463003/diff/20001/chrome/browser/metrics/extensions_metrics_provider.cc#newcode34 chrome/browser/metrics/extensions_metrics_provider.cc:34: bool IsOffStoreExtension(const extensions::Extension& extension, On 2014/08/11 15:01:57, Alexei Svitkine ...
6 years, 4 months ago (2014-08-11 20:06:27 UTC) #4
Alexei Svitkine (slow)
Can you also add someone from the extensions team as a reviewer? https://codereview.chromium.org/464463003/diff/60001/chrome/browser/metrics/extensions_metrics_provider.cc File chrome/browser/metrics/extensions_metrics_provider.cc ...
6 years, 4 months ago (2014-08-12 15:22:40 UTC) #5
jwd
+asargent@ for extensions review. https://codereview.chromium.org/464463003/diff/60001/chrome/browser/metrics/extensions_metrics_provider.cc File chrome/browser/metrics/extensions_metrics_provider.cc (right): https://codereview.chromium.org/464463003/diff/60001/chrome/browser/metrics/extensions_metrics_provider.cc#newcode38 chrome/browser/metrics/extensions_metrics_provider.cc:38: OFF_STORE On 2014/08/12 15:22:39, Alexei ...
6 years, 4 months ago (2014-08-12 18:45:29 UTC) #6
Alexei Svitkine (slow)
Looks good to me, let's make sure this makes sense to Antony from the extensions ...
6 years, 4 months ago (2014-08-12 19:17:14 UTC) #7
jwd
The CQ bit was checked by jwd@chromium.org
6 years, 4 months ago (2014-08-12 21:16:48 UTC) #8
jwd
The CQ bit was unchecked by jwd@chromium.org
6 years, 4 months ago (2014-08-12 21:16:50 UTC) #9
jwd
https://codereview.chromium.org/464463003/diff/80001/chrome/browser/metrics/extensions_metrics_provider.cc File chrome/browser/metrics/extensions_metrics_provider.cc (right): https://codereview.chromium.org/464463003/diff/80001/chrome/browser/metrics/extensions_metrics_provider.cc#newcode34 chrome/browser/metrics/extensions_metrics_provider.cc:34: // Possible states for extensions. The order of these ...
6 years, 4 months ago (2014-08-12 21:24:17 UTC) #10
jwd
+rdevlin.cronin for extensions review because it looks like Antony might be OOO.
6 years, 4 months ago (2014-08-13 14:40:35 UTC) #11
Devlin
https://codereview.chromium.org/464463003/diff/150001/chrome/browser/extensions/install_verifier.h File chrome/browser/extensions/install_verifier.h (right): https://codereview.chromium.org/464463003/diff/150001/chrome/browser/extensions/install_verifier.h#newcode63 chrome/browser/extensions/install_verifier.h:63: bool IsVerified(const std::string& id) const; Why does this need ...
6 years, 4 months ago (2014-08-13 18:18:30 UTC) #12
jwd
https://codereview.chromium.org/464463003/diff/150001/chrome/browser/extensions/install_verifier.h File chrome/browser/extensions/install_verifier.h (right): https://codereview.chromium.org/464463003/diff/150001/chrome/browser/extensions/install_verifier.h#newcode63 chrome/browser/extensions/install_verifier.h:63: bool IsVerified(const std::string& id) const; On 2014/08/13 18:18:30, Devlin ...
6 years, 4 months ago (2014-08-13 19:34:37 UTC) #13
Alexei Svitkine (slow)
LGTM, can you send an internal CL to make the same change to the proto ...
6 years, 4 months ago (2014-08-13 19:38:10 UTC) #14
Devlin
sorry, couple more small things I didn't see before. https://codereview.chromium.org/464463003/diff/190001/chrome/browser/extensions/install_verifier.h File chrome/browser/extensions/install_verifier.h (right): https://codereview.chromium.org/464463003/diff/190001/chrome/browser/extensions/install_verifier.h#newcode52 chrome/browser/extensions/install_verifier.h:52: ...
6 years, 4 months ago (2014-08-13 19:50:07 UTC) #15
jwd
https://codereview.chromium.org/464463003/diff/190001/chrome/browser/extensions/install_verifier.h File chrome/browser/extensions/install_verifier.h (right): https://codereview.chromium.org/464463003/diff/190001/chrome/browser/extensions/install_verifier.h#newcode52 chrome/browser/extensions/install_verifier.h:52: static bool FromStore(const Extension& extension); On 2014/08/13 19:50:07, Devlin ...
6 years, 4 months ago (2014-08-13 20:22:07 UTC) #16
Devlin
lgtm
6 years, 4 months ago (2014-08-13 20:25:46 UTC) #17
Alexei Svitkine (slow)
still LGTM with a couple more comments https://codereview.chromium.org/464463003/diff/190001/chrome/chrome_browser.gypi File chrome/chrome_browser.gypi (right): https://codereview.chromium.org/464463003/diff/190001/chrome/chrome_browser.gypi#newcode1528 chrome/chrome_browser.gypi:1528: 'browser/metrics/extensions_metrics_provider.h', On ...
6 years, 4 months ago (2014-08-13 20:30:30 UTC) #18
Alexei Svitkine (slow)
(And also please hold off on submitting this until the server-side proto CL is landed.) ...
6 years, 4 months ago (2014-08-13 20:35:21 UTC) #19
jwd
https://codereview.chromium.org/464463003/diff/210001/chrome/browser/metrics/chrome_metrics_service_client.cc File chrome/browser/metrics/chrome_metrics_service_client.cc (right): https://codereview.chromium.org/464463003/diff/210001/chrome/browser/metrics/chrome_metrics_service_client.cc#newcode284 chrome/browser/metrics/chrome_metrics_service_client.cc:284: #if defined(ENABLE_EXTENSIONS) On 2014/08/13 20:30:30, Alexei Svitkine wrote: > ...
6 years, 4 months ago (2014-08-13 20:36:32 UTC) #20
Devlin
https://codereview.chromium.org/464463003/diff/230001/chrome/browser/metrics/extensions_metrics_provider.cc File chrome/browser/metrics/extensions_metrics_provider.cc (right): https://codereview.chromium.org/464463003/diff/230001/chrome/browser/metrics/extensions_metrics_provider.cc#newcode196 chrome/browser/metrics/extensions_metrics_provider.cc:196: if (!extensions) Since we're taking out ifdefs, we actually ...
6 years, 4 months ago (2014-08-13 20:39:48 UTC) #21
Devlin
(still lgtm)
6 years, 4 months ago (2014-08-13 20:40:05 UTC) #22
jwd
https://codereview.chromium.org/464463003/diff/230001/chrome/browser/metrics/extensions_metrics_provider.cc File chrome/browser/metrics/extensions_metrics_provider.cc (right): https://codereview.chromium.org/464463003/diff/230001/chrome/browser/metrics/extensions_metrics_provider.cc#newcode196 chrome/browser/metrics/extensions_metrics_provider.cc:196: if (!extensions) On 2014/08/13 20:39:47, Devlin wrote: > Since ...
6 years, 4 months ago (2014-08-14 15:22:54 UTC) #23
jwd
The CQ bit was checked by jwd@chromium.org
6 years, 4 months ago (2014-08-14 15:22:59 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jwd@chromium.org/464463003/250001
6 years, 4 months ago (2014-08-14 15:24:54 UTC) #25
commit-bot: I haz the power
6 years, 4 months ago (2014-08-14 19:39:44 UTC) #26
Message was sent while issue was closed.
Committed patchset #14 (250001) as 289673

Powered by Google App Engine
This is Rietveld 408576698