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

Issue 1124383004: Removes the new-avatar-menu flags, enabling the feature for all users. (Closed)

Created:
5 years, 7 months ago by anthonyvd
Modified:
5 years, 7 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Removes the new-avatar-menu flags, enabling the feature for all users. This CL removes the option to use the old avatar menu but doesn't fully remove the associated code. That cleanup will happen as a follow up. BUG=451920 Committed: https://crrev.com/84f76680c873f334c531ebddee6b9bbde43dbd0e Cr-Commit-Position: refs/heads/master@{#330775}

Patch Set 1 #

Patch Set 2 : Removed OldAvatarMenu tests now that it can't be used. #

Patch Set 3 : Rebase #

Total comments: 5

Patch Set 4 : Address comments #

Patch Set 5 : Only remove about:flags entry #

Patch Set 6 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -15 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 2 chunks +1 line, -7 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 1 chunk +0 lines, -8 lines 0 comments Download

Messages

Total messages: 42 (14 generated)
anthonyvd
Hi Roger, can you please take a quick look at this CL that removes the ...
5 years, 7 months ago (2015-05-11 20:10:11 UTC) #2
Roger Tawa OOO till Jul 10th
lgtm
5 years, 7 months ago (2015-05-11 20:20:42 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1124383004/1
5 years, 7 months ago (2015-05-15 15:39:24 UTC) #5
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_gn_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_rel/builds/89457)
5 years, 7 months ago (2015-05-15 16:29:29 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1124383004/20001
5 years, 7 months ago (2015-05-15 19:23:30 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/8045) linux_chromium_chromeos_compile_dbg_ng on ...
5 years, 7 months ago (2015-05-15 19:32:13 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1124383004/40001
5 years, 7 months ago (2015-05-15 19:35:03 UTC) #15
anthonyvd
Hello guys, This CL removes the new-avatar-menu flags and so a few tests are now ...
5 years, 7 months ago (2015-05-15 19:56:05 UTC) #16
anthonyvd
Hello guys, This CL removes the new-avatar-menu flags and so a few tests are now ...
5 years, 7 months ago (2015-05-15 20:15:58 UTC) #18
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/65541)
5 years, 7 months ago (2015-05-15 20:51:38 UTC) #20
msw
https://codereview.chromium.org/1124383004/diff/40001/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (left): https://codereview.chromium.org/1124383004/diff/40001/chrome/browser/about_flags.cc#oldcode1564 chrome/browser/about_flags.cc:1564: "enable-new-avatar-menu", Can you take a look at the remaining ...
5 years, 7 months ago (2015-05-18 18:28:30 UTC) #21
Mike Lerman
I had been expecting this to be a minimal CL, that just touches about_flags and ...
5 years, 7 months ago (2015-05-19 17:15:13 UTC) #22
anthonyvd
Addressed comments. This patchset also introduces a hacky way to achieve what Mike was asking ...
5 years, 7 months ago (2015-05-19 22:56:41 UTC) #23
msw
Sorry for my poor advice, if our only intent is to remove the about:flags entry, ...
5 years, 7 months ago (2015-05-19 23:10:32 UTC) #24
anthonyvd
On 2015/05/19 23:10:32, msw wrote: > Sorry for my poor advice, if our only intent ...
5 years, 7 months ago (2015-05-19 23:38:06 UTC) #25
msw
On 2015/05/19 23:38:06, anthonyvd wrote: > On 2015/05/19 23:10:32, msw wrote: > > Sorry for ...
5 years, 7 months ago (2015-05-20 00:28:42 UTC) #26
Mike Lerman
On 2015/05/20 00:28:42, msw wrote: > On 2015/05/19 23:38:06, anthonyvd wrote: > > On 2015/05/19 ...
5 years, 7 months ago (2015-05-20 01:26:22 UTC) #27
Mike Lerman
Sorry, part 2. Also, can we not remove the various tests? They should be able ...
5 years, 7 months ago (2015-05-20 01:27:16 UTC) #28
anthonyvd
On 2015/05/20 01:26:22, Mike Lerman wrote: > On 2015/05/20 00:28:42, msw wrote: > > On ...
5 years, 7 months ago (2015-05-20 02:56:10 UTC) #29
anthonyvd
+joberbeck, our PM who might be interested in the discussion or might be better able ...
5 years, 7 months ago (2015-05-20 02:57:33 UTC) #31
anthonyvd
The latest patchset represents the minimal amount of work required to remove the about:flags entry, ...
5 years, 7 months ago (2015-05-20 14:20:44 UTC) #33
Roger Tawa OOO till Jul 10th
lgtm
5 years, 7 months ago (2015-05-20 15:45:16 UTC) #34
Mike Lerman
great- thanks so much Anthony! lgtm.
5 years, 7 months ago (2015-05-20 15:47:15 UTC) #35
joberbeck1
On 2015/05/20 02:57:33, anthonyvd wrote: > +joberbeck, our PM who might be interested in the ...
5 years, 7 months ago (2015-05-20 16:53:34 UTC) #36
msw
lgtm
5 years, 7 months ago (2015-05-20 16:57:37 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1124383004/100001
5 years, 7 months ago (2015-05-20 17:01:51 UTC) #40
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 7 months ago (2015-05-20 18:32:27 UTC) #41
commit-bot: I haz the power
5 years, 7 months ago (2015-05-20 18:33:28 UTC) #42
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/84f76680c873f334c531ebddee6b9bbde43dbd0e
Cr-Commit-Position: refs/heads/master@{#330775}

Powered by Google App Engine
This is Rietveld 408576698