Commit e41fa73a authored by Nohemi Fernandez's avatar Nohemi Fernandez Committed by Commit Bot

[iOS] Remove kNewSigninArchitecture feature flag.

The NewSigninArchitecture feature has been enabled by default.

Bug: 971989
Change-Id: I7289a97541d239edbfc1b3b65aea04abe9c46edd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2260553Reviewed-by: default avatarSylvain Defresne <sdefresne@chromium.org>
Commit-Queue: Nohemi Fernandez <fernandex@chromium.org>
Cr-Commit-Position: refs/heads/master@{#781323}
parent 1e56c551
...@@ -570,9 +570,6 @@ const flags_ui::FeatureEntry kFeatureEntries[] = { ...@@ -570,9 +570,6 @@ const flags_ui::FeatureEntry kFeatureEntries[] = {
{"safe-browsing-available", flag_descriptions::kSafeBrowsingAvailableName, {"safe-browsing-available", flag_descriptions::kSafeBrowsingAvailableName,
flag_descriptions::kSafeBrowsingAvailableDescription, flags_ui::kOsIos, flag_descriptions::kSafeBrowsingAvailableDescription, flags_ui::kOsIos,
FEATURE_VALUE_TYPE(safe_browsing::kSafeBrowsingAvailableOnIOS)}, FEATURE_VALUE_TYPE(safe_browsing::kSafeBrowsingAvailableOnIOS)},
{"new-signin-architecture", flag_descriptions::kNewSigninArchitectureName,
flag_descriptions::kNewSigninArchitectureDescription, flags_ui::kOsIos,
FEATURE_VALUE_TYPE(kNewSigninArchitecture)},
{"qr-code-generation", flag_descriptions::kQRCodeGenerationName, {"qr-code-generation", flag_descriptions::kQRCodeGenerationName,
flag_descriptions::kQRCodeGenerationDescription, flags_ui::kOsIos, flag_descriptions::kQRCodeGenerationDescription, flags_ui::kOsIos,
FEATURE_VALUE_TYPE(kQRCodeGeneration)}, FEATURE_VALUE_TYPE(kQRCodeGeneration)},
......
...@@ -324,11 +324,6 @@ const char kMobileGoogleSRPDescription[] = ...@@ -324,11 +324,6 @@ const char kMobileGoogleSRPDescription[] =
"Request the Mobile version of Google SRP by default when the desktop mode " "Request the Mobile version of Google SRP by default when the desktop mode "
"is requested by default."; "is requested by default.";
const char kNewSigninArchitectureName[] = "Enable new sign-in architecture";
const char kNewSigninArchitectureDescription[] =
"When enabled uses the new sign-in architecture based on core Bling "
"design paradigms.";
const char kOmniboxPreserveDefaultMatchAgainstAsyncUpdateName[] = const char kOmniboxPreserveDefaultMatchAgainstAsyncUpdateName[] =
"Omnibox Preserve Default Match Against Async Update"; "Omnibox Preserve Default Match Against Async Update";
const char kOmniboxPreserveDefaultMatchAgainstAsyncUpdateDescription[] = const char kOmniboxPreserveDefaultMatchAgainstAsyncUpdateDescription[] =
......
...@@ -283,10 +283,6 @@ extern const char kMarkHttpAsDescription[]; ...@@ -283,10 +283,6 @@ extern const char kMarkHttpAsDescription[];
extern const char kMobileGoogleSRPName[]; extern const char kMobileGoogleSRPName[];
extern const char kMobileGoogleSRPDescription[]; extern const char kMobileGoogleSRPDescription[];
// Title and description for the flag to enable the new sign-in architecture.
extern const char kNewSigninArchitectureName[];
extern const char kNewSigninArchitectureDescription[];
// Title and description for the flag to preserve the default match when an // Title and description for the flag to preserve the default match when an
// async match updates. // async match updates.
extern const char kOmniboxPreserveDefaultMatchAgainstAsyncUpdateName[]; extern const char kOmniboxPreserveDefaultMatchAgainstAsyncUpdateName[];
......
...@@ -40,9 +40,6 @@ const base::Feature kClearSyncedData{"ClearSyncedData", ...@@ -40,9 +40,6 @@ const base::Feature kClearSyncedData{"ClearSyncedData",
const base::Feature kFirstResponderSendAction{ const base::Feature kFirstResponderSendAction{
"FirstResponderSendAction", base::FEATURE_DISABLED_BY_DEFAULT}; "FirstResponderSendAction", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kNewSigninArchitecture{"NewSigninArchitecture",
base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kQRCodeGeneration{"QRCodeGeneration", const base::Feature kQRCodeGeneration{"QRCodeGeneration",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
......
...@@ -45,9 +45,6 @@ extern const base::Feature kClearSyncedData; ...@@ -45,9 +45,6 @@ extern const base::Feature kClearSyncedData;
// Verify if the crash in https://crbug.com/816427 is fixed on iOS 12. // Verify if the crash in https://crbug.com/816427 is fixed on iOS 12.
extern const base::Feature kFirstResponderSendAction; extern const base::Feature kFirstResponderSendAction;
// Feature flag to enable the new sign-in architecture.
extern const base::Feature kNewSigninArchitecture;
// Feature flag to enable QR code generation for a URL. // Feature flag to enable QR code generation for a URL.
extern const base::Feature kQRCodeGeneration; extern const base::Feature kQRCodeGeneration;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment