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

Issue 13982009: Fix issue with login items getting recreated. (Closed)

Created:
7 years, 8 months ago by Andrew T Wilson (Slow)
Modified:
7 years, 8 months ago
Reviewers:
sail, Dmitry Titov
CC:
chromium-reviews, sail+watch_chromium.org
Visibility:
Public.

Description

Fix issue with login items getting recreated. Added code to track whether chrome has created a login item so we know if it is safe to delete it and can avoid re-creating it. This flag is also used to do a better job of determining if a user has deleted the login item. BUG=140017 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=193922

Patch Set 1 #

Total comments: 6

Patch Set 2 : Updated comments/review feedback. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+125 lines, -95 lines) Patch
M chrome/browser/background/background_mode_manager.cc View 3 chunks +7 lines, -19 lines 0 comments Download
M chrome/browser/background/background_mode_manager_mac.mm View 1 1 chunk +101 lines, -71 lines 0 comments Download
M chrome/common/pref_names.h View 1 chunk +5 lines, -1 line 0 comments Download
M chrome/common/pref_names.cc View 1 1 chunk +12 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Andrew T Wilson (Slow)
PTAL.
7 years, 8 months ago (2013-04-10 16:49:41 UTC) #1
Andrew T Wilson (Slow)
Sailesh, can you take a look at this (since you expressed interest in the bug)? ...
7 years, 8 months ago (2013-04-11 15:59:44 UTC) #2
sail
lgtm https://codereview.chromium.org/13982009/diff/1/chrome/browser/background/background_mode_manager_mac.mm File chrome/browser/background/background_mode_manager_mac.mm (right): https://codereview.chromium.org/13982009/diff/1/chrome/browser/background/background_mode_manager_mac.mm#newcode83 chrome/browser/background/background_mode_manager_mac.mm:83: if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kUserDataDir)) The user data directory has nothing ...
7 years, 8 months ago (2013-04-11 16:12:29 UTC) #3
Andrew T Wilson (Slow)
https://codereview.chromium.org/13982009/diff/1/chrome/browser/background/background_mode_manager_mac.mm File chrome/browser/background/background_mode_manager_mac.mm (right): https://codereview.chromium.org/13982009/diff/1/chrome/browser/background/background_mode_manager_mac.mm#newcode83 chrome/browser/background/background_mode_manager_mac.mm:83: if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kUserDataDir)) On 2013/04/11 16:12:29, sail wrote: > The ...
7 years, 8 months ago (2013-04-12 09:52:21 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/atwilson@chromium.org/13982009/18001
7 years, 8 months ago (2013-04-12 09:52:37 UTC) #5
commit-bot: I haz the power
7 years, 8 months ago (2013-04-12 14:17:12 UTC) #6
Message was sent while issue was closed.
Change committed as 193922

Powered by Google App Engine
This is Rietveld 408576698