OLD | NEW |
1 // Copyright 2015 The Chromium Authors. All rights reserved. | 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 | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 /** | 5 /** |
6 * @fileoverview 'cr-settings-search-engines-page' is the settings page | 6 * @fileoverview 'cr-settings-search-engines-page' is the settings page |
7 * containing search engines settings. | 7 * containing search engines settings. |
8 * | 8 * |
9 * Example: | 9 * Example: |
10 * | 10 * |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 }, | 66 }, |
67 | 67 |
68 /** | 68 /** |
69 * Name of the 'core-icon' to be shown in the settings-page-header. | 69 * Name of the 'core-icon' to be shown in the settings-page-header. |
70 */ | 70 */ |
71 icon: { | 71 icon: { |
72 type: String, | 72 type: String, |
73 value: 'search', | 73 value: 'search', |
74 readOnly: true | 74 readOnly: true |
75 }, | 75 }, |
| 76 }, |
76 }); | 77 }); |
OLD | NEW |