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

Commit 3dad48fe authored by Nikhil Ganta's avatar Nikhil Ganta
Browse files

Separate aconfigs for including session id and focused id

Rather than having a single flag control both the inclusions, it's better
to have different aconfig flags

Test: adding and modify aconfig flags
Bug: 334141398, 333927465
Change-Id: I7eb391147364991d26edf4418f93a8e6050045b4
parent b3942280
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"
}