Chromium Code Reviews| Index: components/password_manager/content/common/credential_manager_types.h |
| diff --git a/components/password_manager/content/common/credential_manager_types.h b/components/password_manager/content/common/credential_manager_types.h |
| index 324288bff4367df1188061798c0def8926c14a2f..b98816d18af83a86fe1ee857bf24c0903657a721 100644 |
| --- a/components/password_manager/content/common/credential_manager_types.h |
| +++ b/components/password_manager/content/common/credential_manager_types.h |
| @@ -26,8 +26,10 @@ namespace password_manager { |
| // something reasonably sane. |
| const size_t kMaxFederations = 50u; |
| -// TODO(melandory): Remove unsigned int. |
| -enum class CredentialType : unsigned int { |
| +// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.chrome.browser.password_manager |
| +// GENERATED_JAVA_CLASS_NAME_OVERRIDE: CredentialType |
|
newt (away)
2015/02/17 18:39:24
I believe you can omit this line and the next one,
|
| +// GENERATED_JAVA_PREFIX_TO_STRIP: CREDENTIAL_TYPE_ |
| +enum class CredentialType { |
| CREDENTIAL_TYPE_EMPTY = 0, |
| CREDENTIAL_TYPE_LOCAL, |
| CREDENTIAL_TYPE_FEDERATED, |