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

Issue 1730313004: Remove PasswordStore::AuthorizationPromptPolicy (Closed)

Created:
4 years, 10 months ago by vabr (Chromium)
Modified:
4 years, 10 months ago
Reviewers:
vasilii, pavely
CC:
chromium-reviews, tim+watch_chromium.org, vabr+watchlistpasswordmanager_chromium.org, zea+watch_chromium.org, maxbogue+watch_chromium.org, plaree+watch_chromium.org, gcasto+watchlist_chromium.org, mkwst+watchlist-passwords_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove PasswordStore::AuthorizationPromptPolicy The only value of this enum used in production code since we dropped the MacOS Keychain support was "DISALLOW_PROMPT". This CL removes the whole enum. The connection to bug 582087 is that this CL simplifies the signature of GetLogins, which is related to fixing that bug. This CL also fixes two missing braces pointed out by git cl lint. R=vasilii@chromium.org BUG=582087, 466638 Committed: https://crrev.com/bf29a1600f626b2c334ea6f4e346fda89f1cd5a2 Cr-Commit-Position: refs/heads/master@{#377853}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+168 lines, -264 lines) Patch
M chrome/browser/password_manager/password_store_mac.h View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/password_manager/password_store_mac.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/password_manager/password_store_mac_unittest.cc View 4 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/password_manager/password_store_proxy_mac.h View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/password_manager/password_store_proxy_mac.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/password_manager/password_store_proxy_mac_unittest.cc View 4 chunks +4 lines, -7 lines 0 comments Download
M chrome/browser/password_manager/password_store_win.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/password_manager/password_store_win.cc View 2 chunks +1 line, -3 lines 0 comments Download
M chrome/browser/password_manager/password_store_win_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/password_manager/password_store_x.h View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/password_manager/password_store_x.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/sync/test/integration/passwords_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/password_manager/core/browser/credential_manager_password_form_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/password_manager/core/browser/mock_password_store.h View 2 chunks +3 lines, -6 lines 0 comments Download
M components/password_manager/core/browser/password_form_manager.h View 2 chunks +4 lines, -9 lines 0 comments Download
M components/password_manager/core/browser/password_form_manager.cc View 6 chunks +14 lines, -15 lines 0 comments Download
M components/password_manager/core/browser/password_form_manager_unittest.cc View 15 chunks +32 lines, -57 lines 0 comments Download
M components/password_manager/core/browser/password_manager.cc View 2 chunks +2 lines, -6 lines 0 comments Download
M components/password_manager/core/browser/password_manager_client.h View 1 chunk +0 lines, -5 lines 0 comments Download
M components/password_manager/core/browser/password_manager_client.cc View 1 chunk +0 lines, -16 lines 0 comments Download
M components/password_manager/core/browser/password_manager_unittest.cc View 37 chunks +70 lines, -70 lines 0 comments Download
M components/password_manager/core/browser/password_store.h View 5 chunks +1 line, -15 lines 0 comments Download
M components/password_manager/core/browser/password_store.cc View 6 chunks +8 lines, -14 lines 0 comments Download
M components/password_manager/core/browser/password_store_default.h View 1 chunk +1 line, -2 lines 0 comments Download
M components/password_manager/core/browser/password_store_default.cc View 1 chunk +1 line, -2 lines 0 comments Download
M components/password_manager/core/browser/password_store_default_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/password_manager/core/browser/password_store_unittest.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M components/password_manager/core/browser/test_password_store.h View 1 chunk +1 line, -2 lines 0 comments Download
M components/password_manager/core/browser/test_password_store.cc View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 16 (8 generated)
vabr (Chromium)
Hi Vasilii, Please review the whole CL. Hi Pavel, please review chrome/browser/sync/test/integration/passwords_helper.cc. Thanks! Vaclav
4 years, 10 months ago (2016-02-25 15:19:41 UTC) #3
vasilii
lgtm
4 years, 10 months ago (2016-02-25 16:06:17 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1730313004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1730313004/1
4 years, 10 months ago (2016-02-25 16:37:06 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/150123)
4 years, 10 months ago (2016-02-25 16:55:04 UTC) #8
pavely
chrome/browser/sync: lgtm
4 years, 10 months ago (2016-02-25 20:20:31 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1730313004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1730313004/1
4 years, 10 months ago (2016-02-26 08:22:35 UTC) #12
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 10 months ago (2016-02-26 08:29:49 UTC) #14
commit-bot: I haz the power
4 years, 10 months ago (2016-02-26 08:30:55 UTC) #16
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/bf29a1600f626b2c334ea6f4e346fda89f1cd5a2
Cr-Commit-Position: refs/heads/master@{#377853}

Powered by Google App Engine
This is Rietveld 408576698