Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(320)

Unified Diff: chrome/browser/resources/settings/site_settings/site_settings_prefs_browser_proxy.js

Issue 2235233002: Site Settings Desktop: Add Closure coverage for Protocol Handlers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/settings/site_settings/protocol_handlers.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {}
« no previous file with comments | « chrome/browser/resources/settings/site_settings/protocol_handlers.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698