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

Issue 1752007: Send out notifications when logins are changed through PasswordStoreMac (Closed)

Created:
10 years, 8 months ago by albertb
Modified:
9 years, 3 months ago
Reviewers:
stuartmorgan
CC:
chromium-reviews, Vince Laviano, John Grabowski, pam+watch_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

Send out notifications when logins are changed through PasswordStoreMac so that the sync backend can register as an observer. BUG=35038 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=45640

Patch Set 1 #

Patch Set 2 : Send out notifications #

Patch Set 3 : Wrap lines at 80 #

Total comments: 7

Patch Set 4 : Update #

Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -35 lines) Patch
M chrome/browser/password_manager/password_store_mac.h View 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/password_manager/password_store_mac.cc View 1 2 3 6 chunks +97 lines, -35 lines 0 comments Download
M chrome/common/notification_type.h View 3 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
albertb
10 years, 8 months ago (2010-04-23 00:29:14 UTC) #1
stuartmorgan
http://codereview.chromium.org/1752007/diff/5001/6001 File chrome/browser/password_manager/password_store_mac.cc (right): http://codereview.chromium.org/1752007/diff/5001/6001#newcode787 chrome/browser/password_manager/password_store_mac.cc:787: } This block might be simpler/clearer as: PasswordStoreChangeList changes; ...
10 years, 8 months ago (2010-04-26 15:31:46 UTC) #2
albertb
http://codereview.chromium.org/1752007/diff/5001/6001 File chrome/browser/password_manager/password_store_mac.cc (right): http://codereview.chromium.org/1752007/diff/5001/6001#newcode787 chrome/browser/password_manager/password_store_mac.cc:787: } On 2010/04/26 15:31:46, stuartmorgan wrote: > This block ...
10 years, 8 months ago (2010-04-26 21:33:55 UTC) #3
stuartmorgan
10 years, 8 months ago (2010-04-26 21:44:29 UTC) #4
LGTM

http://codereview.chromium.org/1752007/diff/5001/6001
File chrome/browser/password_manager/password_store_mac.cc (right):

http://codereview.chromium.org/1752007/diff/5001/6001#newcode824
chrome/browser/password_manager/password_store_mac.cc:824: if
(login_metadata_db_->GetLoginsCreatedBetween(delete_begin, delete_end,
On 2010/04/26 21:33:56, albertb wrote:
> Maybe I'm misreading the code, but getting the logins from the login db
doesn't
> involve talking to Keychain.

Oops, of course not. Sorry, I was thinking of a PasswordStore query for all
logins, not a DB query.

Powered by Google App Engine
This is Rietveld 408576698