Commit f62aa546 authored by Javier Ernesto Flores Robles's avatar Javier Ernesto Flores Robles Committed by Commit Bot

Typos

Bug: N/A
Change-Id: I5d24e01cc4480190ac7db75535e6ec16b177dd52
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332714
Auto-Submit: Javier Ernesto Flores Robles <javierrobles@chromium.org>
Reviewed-by: default avatarNohemi Fernandez <fernandex@chromium.org>
Reviewed-by: default avatarVasilii Sukhanov <vasilii@chromium.org>
Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#795848}
parent 14276af1
...@@ -381,7 +381,7 @@ NSString* const kSuggestionSuffix = @" ••••••••"; ...@@ -381,7 +381,7 @@ NSString* const kSuggestionSuffix = @" ••••••••";
return; return;
} }
case autofill::POPUP_ITEM_ID_GENERATE_PASSWORD_ENTRY: { case autofill::POPUP_ITEM_ID_GENERATE_PASSWORD_ENTRY: {
// Don't call completion because current siggestion state should remain // Don't call completion because current suggestion state should remain
// whether user injects a generated password or cancels. // whether user injects a generated password or cancels.
[self generatePasswordForFormId:uniqueFormID [self generatePasswordForFormId:uniqueFormID
fieldIdentifier:uniqueFieldID]; fieldIdentifier:uniqueFieldID];
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
// Dispatcher for this ViewController. // Dispatcher for this ViewController.
@property(nonatomic, weak) id<ApplicationCommands> commandsDispatcher; @property(nonatomic, weak) id<ApplicationCommands> commandsDispatcher;
// Module containing the reauthentication mechanism for interections // Module containing the reauthentication mechanism for interactions
// with password. // with password.
@property(nonatomic, weak) id<ReauthenticationProtocol> reauthModule; @property(nonatomic, weak) id<ReauthenticationProtocol> reauthModule;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment