diff options
| -rw-r--r-- | services/autofill/bugfixes.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/services/autofill/bugfixes.aconfig b/services/autofill/bugfixes.aconfig index ced10fbeff0c..70ecc055929c 100644 --- a/services/autofill/bugfixes.aconfig +++ b/services/autofill/bugfixes.aconfig @@ -41,3 +41,10 @@ flag { description: "Use weak reference to address binder leak problem" bug: "307972253" } + +flag { + name: "include_last_focused_id_and_session_id_in_client_state" + namespace: "autofill" + description: "Include the current view id and session id into the FillEventHistory as part of ClientState" + bug: "334141398" +} |