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

Issue 650423004: Moving Passwordmanager::RegisterLocalPref() to components. (Closed)

Created:
6 years, 2 months ago by Jitu( very slow this week)
Modified:
6 years, 2 months ago
Reviewers:
vabr (Chromium)
CC:
chromium-reviews, gcasto+watchlist_chromium.org, mkwst+watchlist_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Moving Passwordmanager::RegisterLocalPref() to components. PasswordManager::RegisterLocalPrefs(PrefRegistrySimple*) is declared in components/password_manager/core/browser/password_manager.h, but only defined in chrome/browser/password_manager/password_manager_util_win.cc. That's confusing, all of PasswordManager should be defined in components/password_manager/core/browser/password_manager.cc. This patch move the definition of RegisterLocalPrefs(PrefRegistrySimple*) from password_manager_util_win.cc to password_manager.cc. BUG=361529 Committed: https://crrev.com/b50f2e197843673d86460e92a377c7d037cbaa22 Cr-Commit-Position: refs/heads/master@{#299849}

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : fix comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -10 lines) Patch
M chrome/browser/password_manager/password_manager_util_win.cc View 2 chunks +0 lines, -10 lines 0 comments Download
M components/password_manager/core/browser/password_manager.cc View 1 2 2 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
Jitu( very slow this week)
PTAL
6 years, 2 months ago (2014-10-15 13:52:19 UTC) #2
vabr (Chromium)
LGTM, but please do not land before addressing the following three comments: (1) Add a ...
6 years, 2 months ago (2014-10-15 15:10:47 UTC) #3
vabr (Chromium)
On 2014/10/15 15:10:47, vabr (Chromium) wrote: > LGTM, but please do not land before addressing ...
6 years, 2 months ago (2014-10-15 15:11:28 UTC) #4
Jitu( very slow this week)
https://codereview.chromium.org/650423004/diff/20001/components/password_manager/core/browser/password_manager.cc File components/password_manager/core/browser/password_manager.cc (right): https://codereview.chromium.org/650423004/diff/20001/components/password_manager/core/browser/password_manager.cc#newcode113 components/password_manager/core/browser/password_manager.cc:113: void PasswordManager::RegisterLocalPrefs(PrefRegistrySimple* registry) { On 2014/10/15 15:10:46, vabr (Chromium) ...
6 years, 2 months ago (2014-10-16 04:14:12 UTC) #5
Jitu( very slow this week)
On 2014/10/16 04:14:12, (slow this week) wrote: > https://codereview.chromium.org/650423004/diff/20001/components/password_manager/core/browser/password_manager.cc > File components/password_manager/core/browser/password_manager.cc (right): > > ...
6 years, 2 months ago (2014-10-16 04:15:23 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/650423004/40001
6 years, 2 months ago (2014-10-16 04:16:40 UTC) #8
commit-bot: I haz the power
Committed patchset #3 (id:40001)
6 years, 2 months ago (2014-10-16 05:12:06 UTC) #9
commit-bot: I haz the power
6 years, 2 months ago (2014-10-16 05:12:50 UTC) #10
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/b50f2e197843673d86460e92a377c7d037cbaa22
Cr-Commit-Position: refs/heads/master@{#299849}

Powered by Google App Engine
This is Rietveld 408576698