Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03a17bb8 authored by Nikhil Ganta's avatar Nikhil Ganta Committed by Android (Google) Code Review
Browse files

Merge "Separate aconfigs for including session id and focused id" into main

parents 373fd733 3dad48fe
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -43,8 +43,15 @@ flag {
}

flag {
  name: "include_last_focused_id_and_session_id_in_client_state"
  name: "add_last_focused_id_to_client_state"
  namespace: "autofill"
  description: "Include the current view id and session id into the FillEventHistory as part of ClientState"
  description: "Include the current view id into the FillEventHistory events as part of ClientState"
  bug: "334141398"
}

flag {
  name: "add_session_id_to_client_state"
  namespace: "autofill"
  description: "Include the session id into the FillEventHistory events as part of ClientState"
  bug: "333927465"
}