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

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

Issue 2554403005: [MD settings] move extra options in category settings (Closed)
Patch Set: merge with master; review changes Created 4 years 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
Index: chrome/browser/resources/settings/site_settings/category_setting_exceptions.js
diff --git a/chrome/browser/resources/settings/site_settings/category_setting_exceptions.js b/chrome/browser/resources/settings/site_settings/category_setting_exceptions.js
new file mode 100644
index 0000000000000000000000000000000000000000..4a972fa02eababe80dbf4a8e7d1216c68c30a46f
--- /dev/null
+++ b/chrome/browser/resources/settings/site_settings/category_setting_exceptions.js
@@ -0,0 +1,17 @@
+// Copyright 2015 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
+ * 'category-setting-exceptions' is the polymer element for showing a certain
+ * category of exceptions under Site Settings.
+ */
+Polymer({
+ is: 'category-setting-exceptions',
+
+ /** @override */
+ ready: function() {
+ this.PermissionValues = settings.PermissionValues;
+ },
+});

Powered by Google App Engine
This is Rietveld 408576698