summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/settings/site_settings/chooser_exception_list_entry.js
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/settings/site_settings/chooser_exception_list_entry.js')
-rw-r--r--chromium/chrome/browser/resources/settings/site_settings/chooser_exception_list_entry.js25
1 files changed, 0 insertions, 25 deletions
diff --git a/chromium/chrome/browser/resources/settings/site_settings/chooser_exception_list_entry.js b/chromium/chrome/browser/resources/settings/site_settings/chooser_exception_list_entry.js
deleted file mode 100644
index 0e99b6067fd..00000000000
--- a/chromium/chrome/browser/resources/settings/site_settings/chooser_exception_list_entry.js
+++ /dev/null
@@ -1,25 +0,0 @@
-// Copyright 2018 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-/**
- * @fileoverview
- * 'chooser-exception-list-entry' shows a single chooser exception for a given
- * chooser type.
- */
-Polymer({
- is: 'chooser-exception-list-entry',
-
- behaviors: [SiteSettingsBehavior],
-
- properties: {
- /**
- * Chooser exception object to display in the widget.
- * @type {!ChooserException}
- */
- exception: Object,
-
- /** @private */
- lastFocused_: Object,
- },
-});