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

Issue 783533002: Remove the WindowsLogoffRace experiment. (Closed)

Created:
6 years ago by Sigurður Ásgeirsson
Modified:
5 years ago
Reviewers:
gab, sky
CC:
chromium-reviews, rginda+watch_chromium.org, yoshiki+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@lkgr
Project:
chromium
Visibility:
Public.

Description

Remove the WindowsLogoffRace experiment. Unfortunately these are not the droids we're looking for. BUG=388741 Committed: https://crrev.com/5ed6480ab0d5c1cca5fd75b0682f15f33f32977c Cr-Commit-Position: refs/heads/master@{#307026}

Patch Set 1 #

Patch Set 2 : Remove unused includes. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -118 lines) Patch
M chrome/browser/browser_process_impl.cc View 4 chunks +2 lines, -25 lines 0 comments Download
M chrome/browser/lifetime/application_lifetime.cc View 1 3 chunks +5 lines, -30 lines 1 comment Download
M chrome/browser/profiles/profile_browsertest.cc View 1 2 chunks +0 lines, -63 lines 0 comments Download

Messages

Total messages: 20 (5 generated)
Sigurður Ásgeirsson
PTAL
6 years ago (2014-12-04 16:47:33 UTC) #2
gab
lgtm
6 years ago (2014-12-04 17:18:52 UTC) #3
Sigurður Ásgeirsson
Sky, please for owners approval?
6 years ago (2014-12-04 19:17:36 UTC) #5
sky
LGTM
6 years ago (2014-12-04 21:38:06 UTC) #6
sky
Make sure you nuke any includes that are no longer needed too.
6 years ago (2014-12-04 21:38:30 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/783533002/20001
6 years ago (2014-12-05 14:55:59 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:20001)
6 years ago (2014-12-05 15:44:33 UTC) #12
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/5ed6480ab0d5c1cca5fd75b0682f15f33f32977c Cr-Commit-Position: refs/heads/master@{#307026}
6 years ago (2014-12-05 15:45:16 UTC) #13
gab
Oops...! Was just looking for this code and searching for it in an ifdef(OS_WIN)... and ...
5 years ago (2015-12-03 19:12:29 UTC) #14
Sigurður Ásgeirsson
Last I knew, this was only called on Windows. Has that changed? On Thu, Dec ...
5 years ago (2015-12-03 19:20:01 UTC) #15
gab
On 2015/12/03 19:20:01, Sigurður Ásgeirsson wrote: > Last I knew, this was only called on ...
5 years ago (2015-12-03 19:37:45 UTC) #16
Sigurður Ásgeirsson
On Thu, Dec 3, 2015 at 2:37 PM <gab@chromium.org> wrote: > On 2015/12/03 19:20:01, Sigurður ...
5 years ago (2015-12-04 16:20:22 UTC) #17
Sigurður Ásgeirsson
Note < https://code.google.com/p/chromium/codesearch#chromium/src/chrome/browser/chrome_browser_main_extra_parts_x11.cc&q=SessionEnding&l=46> it looks like this is the correct behavior on X11 too, as ...
5 years ago (2015-12-04 16:21:56 UTC) #18
gab
Here's what I'm saying: Before https://codereview.chromium.org/385123004 your code was behind an ifdef(OS_WIN). After it that ...
5 years ago (2015-12-04 18:53:59 UTC) #19
Sigurður Ásgeirsson
5 years ago (2015-12-07 17:55:42 UTC) #20
Message was sent while issue was closed.
K, I'd review that change.

On Fri, Dec 4, 2015 at 1:54 PM <gab@chromium.org> wrote:

> Here's what I'm saying:
>
> Before https://codereview.chromium.org/385123004 your code was behind an
> ifdef(OS_WIN).
>
> After it that CL it was in the else{} block on the experiment (i.e. ON on
> all
> OSes, no longer ifdef'ed -- I'd originally misread that CL and thought it
> was
> only enabled on all OSes in this CL but looks like it was in that one
> instead).
>
> And then in this CL the experiment was removed, leaving this code enabled
> on all
> platforms.
>
> I don't think it was intentional to do this on non-Windows or was it?
>
> The comment on SessionEnding() says "// Begins shutdown of the application
> when
> the desktop session is ending." while it's a lot more drastic
> then "beginning"
> shutdown.
>
> Not saying it's wrong, just saying it's unexpected to me that this is live
> on
> all platforms and we should probably change the method's name and comment
> accordingly (and make sure there is no code after such a call as it'd be
> pointless.
>
> https://codereview.chromium.org/783533002/
>

-- 
You received this message because you are subscribed to the Google Groups
"Chromium-reviews" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698