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

Commit ab945d6a authored by Robin Lee's avatar Robin Lee
Browse files

Reserve flags for CSS/WM features:

- multi_window_screen_context
- contextual_search_window_layer

These will guard the API entrypoints, which call into
dedicated codepaths in the WM for window-level operations.

Change-Id: I03ffe16dbcc4b51d32eb953f75813af3551bae11
Test: N/A flag declarations only
Flag: EXEMPT flag declarations only
Bug: 371065456
Bug: 372510690
parent d9b1b338
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -13,3 +13,17 @@ flag {
  description: "Flag to refresh the token to the callback"
  bug: "309689654"
}

flag {
    name: "multi_window_screen_context"
    namespace: "machine_learning"
    description: "Report screen context and positions for all windows."
    bug: "371065456"
}

flag {
    name: "contextual_search_window_layer"
    namespace: "machine_learning"
    description: "Identify live contextual search UI to exclude from contextual search screenshot."
    bug: "372510690"
}
 No newline at end of file