| 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..e6a0fc9e201e789e49bdb55d2c3e43b4dd5e8c07
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/settings/settings.js
|
| @@ -0,0 +1,16 @@
|
| +// 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', {});
|
|
|