Merge branch 'google3' to roll forward up to cl/355211070.

This commit is contained in:
hai007
2021-02-02 11:24:34 -08:00
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ class FeatureFlags {
// Holds for all the feature flags.
struct Flags {
bool enable_cancellation_flags = false;
bool resume_before_disconnect = true;
};
static const FeatureFlags& GetInstance() {