| Index: chrome/test/data/webui/settings/test_site_settings_prefs_browser_proxy.js
|
| diff --git a/chrome/test/data/webui/settings/test_site_settings_prefs_browser_proxy.js b/chrome/test/data/webui/settings/test_site_settings_prefs_browser_proxy.js
|
| index 8b413735dab510f0b86dedb02efa524eefbc2a11..259e06c9807adb2951678ff7caea6dc78d3b763e 100644
|
| --- a/chrome/test/data/webui/settings/test_site_settings_prefs_browser_proxy.js
|
| +++ b/chrome/test/data/webui/settings/test_site_settings_prefs_browser_proxy.js
|
| @@ -3,6 +3,33 @@
|
| // found in the LICENSE file.
|
|
|
| /**
|
| + * Only used for tests.
|
| + * @typedef {{
|
| + * auto_downloads: !Array<!RawSiteException>},
|
| + * background_sync: !Array<!RawSiteException>},
|
| + * camera: !Array<!RawSiteException>},
|
| + * cookies: !Array<!RawSiteException>},
|
| + * geolocation: !Array<!RawSiteException>},
|
| + * javascript: !Array<!RawSiteException>},
|
| + * mic: !Array<!RawSiteException>},
|
| + * midiDevices: !Array<!RawSiteException>},
|
| + * notifications: !Array<!RawSiteException>},
|
| + * plugins: !Array<!RawSiteException>},
|
| + * popups: !Array<!RawSiteException>},
|
| + * unsandboxed_plugins: !Array<!RawSiteException>},
|
| + * }}
|
| + */
|
| +var ExceptionListPref;
|
| +
|
| +/**
|
| + * In the real (non-test) code, these data come from the C++ handler.
|
| + * Only used for tests.
|
| + * @typedef {{defaults: CategoryDefaultsPref,
|
| + * exceptions: ExceptionListPref}}
|
| + */
|
| +var SiteSettingsPref;
|
| +
|
| +/**
|
| * An example empty pref.
|
| * @type {SiteSettingsPref}
|
| */
|
|
|