Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Unified Diff: ios/chrome/browser/experimental_flags.mm

Issue 1609293003: Removing WKWebViewSearchParam (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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];
« no previous file with comments | « ios/chrome/browser/experimental_flags.h ('k') | ios/chrome/browser/search_engines/ui_thread_search_terms_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698