Chromium Code Reviews| Index: chrome/browser/resources/settings/settings.js |
| diff --git a/chrome/browser/resources/settings/settings.js b/chrome/browser/resources/settings/settings.js |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..69d6dbbbd84333e1b6bea8abd69fd103ea644cc5 |
| --- /dev/null |
| +++ b/chrome/browser/resources/settings/settings.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 |
| + * 'cr-settings' is the main MD-Settings element, combining the UI and models. |
| + * |
| + * Example: |
| + * |
| + * <cr-settings></cr-settings> |
| + * |
| + * @group Chrome Settings Elements |
| + * @element cr-settings |
| + */ |
| +Polymer('cr-settings', { |
| +}); |
|
Jeremy Klein
2015/03/13 23:51:51
nit: Just collapse this onto one line: Polymer('cr
michaelpg
2015/03/17 06:30:15
Done.
|