Roll forward up to cl/355978895.

This commit is contained in:
hai007
2021-02-08 04:24:26 -08:00
parent 8876ceb8fb
commit c2c8fbf1e3
2 changed files with 49 additions and 3 deletions
+3
View File
@@ -18,6 +18,9 @@ class FeatureFlags {
// ServiceController is released to prevent calls to that API from
// other threads.
bool disable_released_service_controller = true;
// Ignore subsequent BWU Available events when we're still processing the
// first one.
bool disallow_out_of_order_bwu_avail_event = true;
};
static const FeatureFlags& GetInstance() {