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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 /**
6 * @fileoverview
7 * 'category-setting-exceptions' is the polymer element for showing a certain
8 * category of exceptions under Site Settings.
9 */
10 Polymer({
11 is: 'category-setting-exceptions',
12
13 /** @override */
14 ready: function() {
15 this.PermissionValues = settings.PermissionValues;
16 },
17 });
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698