|
|
Chromium Code Reviews|
Created:
4 years, 3 months ago by manzagop (departed) Modified:
4 years, 3 months ago CC:
chromium-reviews, kalyank, pennymac+watch_chromium.org, sadrul, caitkp+watch_chromium.org Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionRestore the chrome watcher pending relocation
BUG=643176
Committed: https://crrev.com/3fbf2397585ee009dd5c1b5e5f32254e5a5e360c
Cr-Commit-Position: refs/heads/master@{#415994}
Patch Set 1 #
Total comments: 3
Patch Set 2 : Unconditionally launch the watcher #Messages
Total messages: 23 (12 generated)
The CQ bit was checked by manzagop@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
manzagop@chromium.org changed reviewers: + scottmg@chromium.org, siggi@chromium.org
This is the short term restoration of the watcher. Please have a look!
siggi@chromium.org changed reviewers: + asvitkine@google.com
Adding @asvitkine to regarding consent thingy. https://codereview.chromium.org/2306613003/diff/1/chrome/app/main_dll_loader_... File chrome/app/main_dll_loader_win.cc (right): https://codereview.chromium.org/2306613003/diff/1/chrome/app/main_dll_loader_... chrome/app/main_dll_loader_win.cc:209: static GetUploadsEnabledFunction get_uploads_enabled = nullptr; You may want to check this with chrome-metrics folks, but I think gating functionality on consent is strongly discouraged.
asvitkine@chromium.org changed reviewers: + asvitkine@chromium.org
https://codereview.chromium.org/2306613003/diff/1/chrome/app/main_dll_loader_... File chrome/app/main_dll_loader_win.cc (right): https://codereview.chromium.org/2306613003/diff/1/chrome/app/main_dll_loader_... chrome/app/main_dll_loader_win.cc:209: static GetUploadsEnabledFunction get_uploads_enabled = nullptr; On 2016/09/01 15:30:36, Sigurður Ásgeirsson wrote: > You may want to check this with chrome-metrics folks, but I think gating > functionality on consent is strongly discouraged. Agreed. If you're just doing this to "save extra work since metrics won't be reported to anywhere", please don't. We don't want consented users to have lower performance than non consented users, since this discourages users from giving consent. Happy to discuss in more detail if the case is different from the above.
The CQ bit was checked by manzagop@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
manzagop@chromium.org changed reviewers: + grt@chromium.org
Thanks. Please have another look! grt@: could you have a look for OWNERS? Thanks. https://codereview.chromium.org/2306613003/diff/1/chrome/app/main_dll_loader_... File chrome/app/main_dll_loader_win.cc (right): https://codereview.chromium.org/2306613003/diff/1/chrome/app/main_dll_loader_... chrome/app/main_dll_loader_win.cc:209: static GetUploadsEnabledFunction get_uploads_enabled = nullptr; On 2016/09/01 15:40:26, Alexei Svitkine (slow) wrote: > On 2016/09/01 15:30:36, Sigurður Ásgeirsson wrote: > > You may want to check this with chrome-metrics folks, but I think gating > > functionality on consent is strongly discouraged. > > Agreed. If you're just doing this to "save extra work since metrics won't be > reported to anywhere", please don't. We don't want consented users to have lower > performance than non consented users, since this discourages users from giving > consent. > > Happy to discuss in more detail if the case is different from the above. Done.
lgtm
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
Watcher just uses regular UMA, etc. so the consent is handled there, right? LGTM if that's correct.
On 2016/09/01 17:47:26, scottmg wrote: > Watcher just uses regular UMA, etc. so the consent is handled there, right? Yes, that's correct: https://cs.chromium.org/chromium/src/components/browser_watcher/watcher_metri... > LGTM if that's correct.
On 2016/09/01 17:51:34, manzagop wrote: > On 2016/09/01 17:47:26, scottmg wrote: > > Watcher just uses regular UMA, etc. so the consent is handled there, right? > > Yes, that's correct: > https://cs.chromium.org/chromium/src/components/browser_watcher/watcher_metri... > > > LGTM if that's correct. Just noticed Scott's OWNER of this specific file, so I'll go ahead with submission. Thanks everyone!
The CQ bit was checked by manzagop@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Committed patchset #2 (id:20001)
Message was sent while issue was closed.
Description was changed from ========== Restore the chrome watcher pending relocation BUG=643176 ========== to ========== Restore the chrome watcher pending relocation BUG=643176 Committed: https://crrev.com/3fbf2397585ee009dd5c1b5e5f32254e5a5e360c Cr-Commit-Position: refs/heads/master@{#415994} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/3fbf2397585ee009dd5c1b5e5f32254e5a5e360c Cr-Commit-Position: refs/heads/master@{#415994} |
