Chromium Code Reviews| Index: docs/chrome_settings.md |
| diff --git a/docs/chrome_settings.md b/docs/chrome_settings.md |
| index 97e0b27d7ccf539b7ddecefe449b7f1a0541d636..c435c83bae88c0de21b42187a0ae550faa2a8e61 100644 |
| --- a/docs/chrome_settings.md |
| +++ b/docs/chrome_settings.md |
| @@ -1,4 +1,29 @@ |
| -# What is chrome://settings? |
| +# Deprecation |
| + |
| +This doc refers to "options", the soon-to-be-deprecated version of |
| +chrome://settings being replaced by Material Design Settings. |
| + |
| +We encourage any new features and bug fixes to be contributed to MD Settings, |
| +which can be found in the /settings/ directories (as opposed to the /options/ |
| +directories). |
| + |
| +We won't block high-priority updates to Options, especially for bug fixes or |
| +urgent features, but know that your team will also responsible for implementing |
| +those new features in MD Settings. |
|
Dan Beam
2017/02/27 18:48:15
can you just remove this paragraph? i don't want
michaelpg
2017/02/27 18:58:29
Done.
|
| + |
| +See: https://www.chromium.org/developers/updating-webui-for-material-design |
| + |
| +Note: As the soft launch begins, chrome://settings may start surfacing the |
| +Material Design settings page. The deprecated "options" page will be available |
| +during this time at chrome://settings-frame, but will eventually be removed. |
| + |
| +# Outdated |
| + |
| +The remainder of this doc has not been substantially updated in some time, but |
| +is generally correct. Contact /options/ OWNERS if you have questions, but see |
| +the deprecation notice above. |
| + |
| +## What is chrome://settings? |
| Chrome (version 10 and above) uses WebUI settings by default for all platforms. |
| Access it via the wrench menu ("Preferences" on Mac and Linux; "Options" on |