Chromium Code Reviews| Index: chrome/browser/resources/settings/site_settings/site_settings_category.js |
| diff --git a/chrome/browser/resources/settings/site_settings/site_settings_category.js b/chrome/browser/resources/settings/site_settings/site_settings_category.js |
| index 8060099dc44d06e23f3e0a462b3b571211beded1..54b6879944786fc946ce5feb77bde796594a6e22 100644 |
| --- a/chrome/browser/resources/settings/site_settings/site_settings_category.js |
| +++ b/chrome/browser/resources/settings/site_settings/site_settings_category.js |
| @@ -2,12 +2,6 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -// Define a global boolean for notifications (only enabled in the test class). |
| -cr.exportPath('settings_test'); |
| - |
| -/** @type {boolean} */ |
| -settings_test.siteCategoryNotifyForTest; |
| - |
| /** |
| * @fileoverview |
| * 'site-settings-category' is the polymer element for showing a certain |
| @@ -34,7 +28,6 @@ Polymer({ |
| */ |
| categoryEnabled: { |
|
dpapad
2016/03/29 21:46:33
Nit (optional): You can shorten this now.
categor
Finnur
2016/03/30 11:22:43
Done.
|
| type: Boolean, |
| - notify: true, // !!settings_test.siteCategoryNotifyForTest, |
| }, |
| /** |