| Index: ios/chrome/browser/experimental_flags.mm
|
| diff --git a/ios/chrome/browser/experimental_flags.mm b/ios/chrome/browser/experimental_flags.mm
|
| index ccbe26b6792b55cc7e1f7ee45cbc2a413912e60b..b6c537c9d1b0c9084b6c28cbe80334e36518a8cb 100644
|
| --- a/ios/chrome/browser/experimental_flags.mm
|
| +++ b/ios/chrome/browser/experimental_flags.mm
|
| @@ -184,14 +184,6 @@ bool IsInWKWebViewExperimentControlGroup() {
|
| base::CompareCase::INSENSITIVE_ASCII);
|
| }
|
|
|
| -std::string GetWKWebViewSearchParams() {
|
| - if (!CanCheckWKWebViewExperiment()) {
|
| - return std::string();
|
| - }
|
| -
|
| - return variations::GetVariationParamValue(kWKWebViewTrialName, "esrch");
|
| -}
|
| -
|
| bool IsViewCopyPasswordsEnabled() {
|
| NSString* viewCopyPasswordFlag = [[NSUserDefaults standardUserDefaults]
|
| objectForKey:kEnableViewCopyPasswords];
|
|
|