| Index: chrome/browser/resources/settings/site_settings/site_settings_prefs_browser_proxy.js
|
| diff --git a/chrome/browser/resources/settings/site_settings/site_settings_prefs_browser_proxy.js b/chrome/browser/resources/settings/site_settings/site_settings_prefs_browser_proxy.js
|
| index c944ccdcbb62ce21287b5b680e13d26adcfbf7b1..37fcce621cb05d7fdcbcba6bb1795f0c0662f0b9 100644
|
| --- a/chrome/browser/resources/settings/site_settings/site_settings_prefs_browser_proxy.js
|
| +++ b/chrome/browser/resources/settings/site_settings/site_settings_prefs_browser_proxy.js
|
| @@ -40,6 +40,12 @@ var SiteSettingsPref;
|
| */
|
| var MediaPickerEntry;
|
|
|
| +/**
|
| + * @typedef {{protocol: string,
|
| + * spec: string}}
|
| + */
|
| + var ProtocolHandlerEntry;
|
| +
|
| cr.define('settings', function() {
|
| /** @interface */
|
| function SiteSettingsPrefsBrowserProxy() {}
|
|
|