| Index: ios/chrome/browser/experimental_flags.h
|
| diff --git a/ios/chrome/browser/experimental_flags.h b/ios/chrome/browser/experimental_flags.h
|
| index af5de7ff776a16144c3174c558df35947391faf6..84c2cc2fb78d5f8d2c066dbacb7ea899f437c383 100644
|
| --- a/ios/chrome/browser/experimental_flags.h
|
| +++ b/ios/chrome/browser/experimental_flags.h
|
| @@ -40,10 +40,6 @@ bool IsTargetedToWKWebViewExperimentControlGroup();
|
| // Whether the user is part of a control group for the WKWebView experiment.
|
| bool IsInWKWebViewExperimentControlGroup();
|
|
|
| -// Returns a string containing extra params that should be sent along with
|
| -// omnibox search requests. The returned value contains a leading "&".
|
| -std::string GetWKWebViewSearchParams();
|
| -
|
| // Whether viewing and copying passwords is enabled.
|
| bool IsViewCopyPasswordsEnabled();
|
|
|
|
|