File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ extern NSString * _Nonnull const MSID_BROWSER_RESPONSE_SWITCH_BROWSER_RESUME;
176176
177177extern NSString * _Nonnull const MSID_FLIGHT_USE_V2_WEB_RESPONSE_FACTORY;
178178extern NSString * _Nonnull const MSID_FLIGHT_SUPPORT_DUNA_CBA;
179- extern NSString * _Nonnull const MSID_FLIGHT_ENABLE_CLIENT_SFRT_TENANT_ID_LIST ;
179+ extern NSString * _Nonnull const MSID_FLIGHT_ENABLE_CLIENT_SFRT_BY_TENANT_ID ;
180180extern NSString * _Nonnull const MSID_FLIGHT_DISABLE_CLIENT_SFRT_FOR_ALL_TENANTS;
181181
182182#define METHODANDLINE [NSString stringWithFormat: @" %s [Line %d ]" , __PRETTY_FUNCTION__, __LINE__]
Original file line number Diff line number Diff line change 7878
7979NSString *const MSID_FLIGHT_USE_V2_WEB_RESPONSE_FACTORY = @" use_v2_web_response_factory" ;
8080NSString *const MSID_FLIGHT_SUPPORT_DUNA_CBA = @" support_duna_cba" ;
81- NSString *const MSID_FLIGHT_ENABLE_CLIENT_SFRT_TENANT_ID_LIST = @" enable_client_sfrt_tenant_ids " ;
81+ NSString *const MSID_FLIGHT_ENABLE_CLIENT_SFRT_BY_TENANT_ID = @" enable_client_sfrt_by_tenant_id " ;
8282NSString *const MSID_FLIGHT_DISABLE_CLIENT_SFRT_FOR_ALL_TENANTS = @" disable_client_sfrt_for_all" ;
8383
8484
You can’t perform that action at this time.
0 commit comments