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

Issue 1025613006: [Extensions] Add a field trial for reporting abuse on uninstall (Closed)

Created:
5 years, 9 months ago by Devlin
Modified:
5 years, 9 months ago
Reviewers:
Finnur, Ilya Sherman
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Extensions] Add a field trial for reporting abuse on uninstall Add a field trial, currently disabled (i.e., 100% control group) for allowing users to report abuse on extension uninstallation. BUG=441377 Committed: https://crrev.com/627e9db9c59e90bfb2e922cf54388f4aab5369a8 Cr-Commit-Position: refs/heads/master@{#321822}

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -3 lines) Patch
M chrome/browser/extensions/extension_uninstall_dialog.cc View 1 2 chunks +15 lines, -3 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
Devlin
Having never done a FieldTrial before, I think this is all it takes to set ...
5 years, 9 months ago (2015-03-20 22:42:58 UTC) #2
Finnur
It's been a while since I did a field trial and the code looks like ...
5 years, 9 months ago (2015-03-23 11:08:55 UTC) #3
Devlin
https://codereview.chromium.org/1025613006/diff/1/chrome/browser/extensions/extension_uninstall_dialog.cc File chrome/browser/extensions/extension_uninstall_dialog.cc (right): https://codereview.chromium.org/1025613006/diff/1/chrome/browser/extensions/extension_uninstall_dialog.cc#newcode140 chrome/browser/extensions/extension_uninstall_dialog.cc:140: kControlGroupName, On 2015/03/23 11:08:55, Finnur wrote: > It is ...
5 years, 9 months ago (2015-03-23 15:43:24 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1025613006/20001
5 years, 9 months ago (2015-03-23 18:48:03 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 9 months ago (2015-03-23 18:52:28 UTC) #8
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/627e9db9c59e90bfb2e922cf54388f4aab5369a8 Cr-Commit-Position: refs/heads/master@{#321822}
5 years, 9 months ago (2015-03-23 18:53:35 UTC) #9
Ilya Sherman
Why are you defining this field trial in the client code, rather than via the ...
5 years, 9 months ago (2015-03-25 18:23:11 UTC) #11
Devlin
On 2015/03/25 18:23:11, Ilya Sherman wrote: > Why are you defining this field trial in ...
5 years, 9 months ago (2015-03-25 18:27:11 UTC) #12
Ilya Sherman
5 years, 9 months ago (2015-03-25 18:31:58 UTC) #13
Message was sent while issue was closed.
On 2015/03/25 18:27:11, Devlin wrote:
> On 2015/03/25 18:23:11, Ilya Sherman wrote:
> > Why are you defining this field trial in the client code, rather than via
the
> > Finch server?
> 
> Ignorance -- I was under the impression that this was how it was done, and
> looking around the codebase, there were other experiments which did the same. 
I
> take it from your question that this is the incorrect approach?

Okay, fair enough.  I'll try to go through and clean up old code that uses this
approach -- I didn't think there were any live trials that did this.

The current best practice is to follow the steps at [ http://go/finch ] :)

Powered by Google App Engine
This is Rietveld 408576698