[omnibox] Remove unused variation IDs from #omnibox-on-focus-suggestions
zero-prefix suggestions were enabled in the client option defaults in
cr/318496280 and the server-side zero-prefix configs were cleaned up in
cr/319310220. Thus, these forcing variation IDs are no longer needed to
trigger zero-prefix and can be removed from the client binary.
Change-Id: I7b011db6dbba796a3f7c3c89e488badd0ab8f2c8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2288506
Reviewed-by: Mark Pearson <[email protected]>
Commit-Queue: Moe Ahmadi <[email protected]>
Cr-Commit-Position: refs/heads/master@{#786787}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 20d209c..493ab1c1 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1062,14 +1062,13 @@
base::size(kOmniboxNTPZPSRemoteLocal), /* variation_id */ "t3317605"},
#else // !defined(OS_ANDROID)
{"NTP Omnibox - Remote History, Local History", kNTPOmniboxZPSRemoteLocal,
- base::size(kNTPOmniboxZPSRemoteLocal), "t3316133" /* variation_id */},
+ base::size(kNTPOmniboxZPSRemoteLocal), nullptr /* variation_id */},
{"NTP Omnibox - Remote History + PZPS, Local History",
kNTPOmniboxZPSRemoteLocal, base::size(kNTPOmniboxZPSRemoteLocal),
"t3317462" /* variation_id */},
{"NTP Omnibox/Realbox - Remote History, Local History",
kNTPOmniboxRealboxZPSRemoteLocal,
- base::size(kNTPOmniboxRealboxZPSRemoteLocal),
- "t3316133" /* variation_id */},
+ base::size(kNTPOmniboxRealboxZPSRemoteLocal), nullptr /* variation_id */},
{"NTP Omnibox/Realbox - Remote History + PZPS, Local History",
kNTPOmniboxRealboxZPSRemoteLocal,
base::size(kNTPOmniboxRealboxZPSRemoteLocal),