Roll forward up to cl/355211070.

This commit is contained in:
hai007
2021-02-02 11:23:25 -08:00
parent 266190b517
commit 8a3b5f2f65
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() {