Merge branch 'google3' to roll forward to cl/355978895.

This commit is contained in:
hai007
2021-02-08 04:24:49 -08:00
2 changed files with 49 additions and 3 deletions
+3
View File
@@ -32,6 +32,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() {