| Index: chrome/test/data/webui/settings/site_list_tests.js
|
| diff --git a/chrome/test/data/webui/settings/site_list_tests.js b/chrome/test/data/webui/settings/site_list_tests.js
|
| index 03f0d4893e7ffddc9592a1df8e5583bffb88a40f..fcf582b948e7e88a8eb88e5be454b9a7dee3cf89 100644
|
| --- a/chrome/test/data/webui/settings/site_list_tests.js
|
| +++ b/chrome/test/data/webui/settings/site_list_tests.js
|
| @@ -30,7 +30,6 @@ cr.define('site_list', function() {
|
| background_sync: [],
|
| camera: [],
|
| cookies: [],
|
| - fullscreen: [],
|
| geolocation: [
|
| {
|
| embeddingOrigin: 'https://foo-allow.com:443',
|
| @@ -101,7 +100,6 @@ cr.define('site_list', function() {
|
| background_sync: [],
|
| camera: [],
|
| cookies: [],
|
| - fullscreen: [],
|
| geolocation: [
|
| {
|
| origin: 'https://foo.com',
|
| @@ -139,7 +137,6 @@ cr.define('site_list', function() {
|
| background_sync: [],
|
| camera: [],
|
| cookies: [],
|
| - fullscreen: [],
|
| geolocation: [
|
| {
|
| embeddingOrigin: 'https://foo.com',
|
|
|