зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1605756 - Fix the GeckoView docs build r=geckoview-reviewers,droeh
Differential Revision: https://phabricator.services.mozilla.com/D58145 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
8a223529d7
Коммит
65962f7656
|
@ -4670,14 +4670,14 @@ public class GeckoSession implements Parcelable {
|
|||
}
|
||||
|
||||
/**
|
||||
* The type of the prompt request, one of {@link #Type}.
|
||||
* The type of the prompt request, one of {@link LoginStoragePrompt.Type}.
|
||||
*/
|
||||
public final @LoginStorageType int type;
|
||||
|
||||
/**
|
||||
* The hint may provide some additional information on the nature or
|
||||
* confidence level of the prompt request to support appropriate
|
||||
* prompting styles. A flag combination of {@link #Hint}.
|
||||
* prompting styles. A flag combination of {@link LoginStoragePrompt.Hint}.
|
||||
*/
|
||||
public final @LoginStorageHint int hint;
|
||||
|
||||
|
|
|
@ -298,7 +298,7 @@ public class LoginStorage {
|
|||
/**
|
||||
* Request saving or updating of the given login entry.
|
||||
* This is triggered by confirming a
|
||||
* {@link GeckoSession.PromptDelegate.onLoginStoragePrompt onLoginStoragePrompt}
|
||||
* {@link GeckoSession.PromptDelegate#onLoginStoragePrompt onLoginStoragePrompt}
|
||||
* request of type
|
||||
* {@link GeckoSession.PromptDelegate.LoginStoragePrompt.Type#SAVE Type.SAVE}.
|
||||
*
|
||||
|
|
Загрузка…
Ссылка в новой задаче