Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(328)

Unified Diff: docs/chrome_settings.md

Issue 2719093002: Note Options deprecation in more places (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/webui/options/chromeos/OWNERS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/browser/ui/webui/options/chromeos/OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698