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

Issue 835523004: Credential Manager API: Enable forward declaration for CredentialType enum (Closed)

Created:
5 years, 11 months ago by melandory
Modified:
5 years, 11 months ago
Reviewers:
Mike West
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, jam, darin-cc_chromium.org, mkwst+moarreviews-renderer_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

Credential Manager API: Enable forward declaration for CredentialType enum Converts CredentialType enum to enum-class in order to be able to forward declare it in a future BUG=400674 R=mkwst@chromium.org Committed: https://crrev.com/098519ce5af0bc1bd1110332d423501b3f71717d Cr-Commit-Position: refs/heads/master@{#311248}

Patch Set 1 : #

Total comments: 4

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Messages

Total messages: 16 (6 generated)
melandory
Hi Mike, I need this change for this CL: https://codereview.chromium.org/848723002/
5 years, 11 months ago (2015-01-12 17:42:40 UTC) #2
Mike West
https://codereview.chromium.org/835523004/diff/100001/components/password_manager/content/common/credential_manager_types.cc File components/password_manager/content/common/credential_manager_types.cc (left): https://codereview.chromium.org/835523004/diff/100001/components/password_manager/content/common/credential_manager_types.cc#oldcode42 components/password_manager/content/common/credential_manager_types.cc:42: type = password.empty() ? CREDENTIAL_TYPE_FEDERATED : CREDENTIAL_TYPE_LOCAL; Why remove ...
5 years, 11 months ago (2015-01-12 18:26:38 UTC) #7
melandory
https://codereview.chromium.org/835523004/diff/100001/components/password_manager/content/common/credential_manager_types.cc File components/password_manager/content/common/credential_manager_types.cc (left): https://codereview.chromium.org/835523004/diff/100001/components/password_manager/content/common/credential_manager_types.cc#oldcode42 components/password_manager/content/common/credential_manager_types.cc:42: type = password.empty() ? CREDENTIAL_TYPE_FEDERATED : CREDENTIAL_TYPE_LOCAL; On 2015/01/12 ...
5 years, 11 months ago (2015-01-12 18:30:39 UTC) #8
Mike West
LGTM with the compilation fix. Thanks! https://codereview.chromium.org/835523004/diff/120001/components/password_manager/content/common/credential_manager_types.cc File components/password_manager/content/common/credential_manager_types.cc (right): https://codereview.chromium.org/835523004/diff/120001/components/password_manager/content/common/credential_manager_types.cc#newcode43 components/password_manager/content/common/credential_manager_types.cc:43: type = password.empty() ...
5 years, 11 months ago (2015-01-12 19:26:37 UTC) #9
melandory
https://codereview.chromium.org/835523004/diff/120001/components/password_manager/content/common/credential_manager_types.cc File components/password_manager/content/common/credential_manager_types.cc (right): https://codereview.chromium.org/835523004/diff/120001/components/password_manager/content/common/credential_manager_types.cc#newcode43 components/password_manager/content/common/credential_manager_types.cc:43: type = password.empty() ? CREDENTIAL_TYPE_FEDERATED : CREDENTIAL_TYPE_LOCAL; On 2015/01/12 ...
5 years, 11 months ago (2015-01-13 09:09:27 UTC) #10
melandory
5 years, 11 months ago (2015-01-13 09:09:29 UTC) #11
Mike West
still LGTM. Land it. :)
5 years, 11 months ago (2015-01-13 09:13:40 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/835523004/140001
5 years, 11 months ago (2015-01-13 09:15:18 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:140001)
5 years, 11 months ago (2015-01-13 09:34:25 UTC) #15
commit-bot: I haz the power
5 years, 11 months ago (2015-01-13 09:35:19 UTC) #16
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/098519ce5af0bc1bd1110332d423501b3f71717d
Cr-Commit-Position: refs/heads/master@{#311248}

Powered by Google App Engine
This is Rietveld 408576698