Roll forward up to cl/355791747.

This commit is contained in:
hai007
2021-02-08 03:57:34 -08:00
parent 5bc388a00a
commit 84efda0868
8 changed files with 191 additions and 24 deletions
+4
View File
@@ -14,6 +14,10 @@ class FeatureFlags {
struct Flags {
bool enable_cancellation_flag = false;
bool resume_before_disconnect = true;
// Disable ServiceController API (using StoppableServiceController) when
// ServiceController is released to prevent calls to that API from
// other threads.
bool disable_released_service_controller = true;
};
static const FeatureFlags& GetInstance() {