Commit 8669b948 authored by Esmael El-Moslimany's avatar Esmael El-Moslimany Committed by Commit Bot

WebUI NTP: add IframeOneGoogleBar to fieldtrial_testing_config.json

cl/333509607

Bug: 1076506
Change-Id: I265b7655678d0af4b46a72ed715152e531d11b06
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2433998
Commit-Queue: Esmael Elmoslimany <aee@chromium.org>
Reviewed-by: default avatarMoe Ahmadi <mahmadi@chromium.org>
Reviewed-by: default avatarSteven Holte <holte@chromium.org>
Cr-Commit-Position: refs/heads/master@{#811637}
parent 4056f832
...@@ -323,7 +323,9 @@ class AppElement extends PolymerElement { ...@@ -323,7 +323,9 @@ class AppElement extends PolymerElement {
async loadOneGoogleBar_() { async loadOneGoogleBar_() {
if (this.iframeOneGoogleBarEnabled_) { if (this.iframeOneGoogleBarEnabled_) {
const oneGoogleBar = document.querySelector('#oneGoogleBar'); const oneGoogleBar = document.querySelector('#oneGoogleBar');
if (oneGoogleBar) {
oneGoogleBar.remove(); oneGoogleBar.remove();
}
return; return;
} }
......
...@@ -4563,6 +4563,7 @@ ...@@ -4563,6 +4563,7 @@
"name": "Enabled", "name": "Enabled",
"enable_features": [ "enable_features": [
"DisableSearchSuggestChips", "DisableSearchSuggestChips",
"IframeOneGoogleBar",
"NtpWebUI" "NtpWebUI"
] ]
} }
......
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