commit | 9f0bd3adea3ec5056d95a63f7b0944267892107c | [log] [tgz] |
---|---|---|
author | Makoto Shimazu <[email protected]> | Tue Aug 08 01:54:24 2017 |
committer | Commit Bot <[email protected]> | Tue Aug 08 01:54:24 2017 |
tree | 06361124006d910f5b8a56e36d7ebbf62367efcb | |
parent | 1edb4084e3addad1c93100372f4d5b1e78c02228 [diff] [blame] |
Add a document to explain how to add a feature flag (chrome://flags) [email protected] Bug: N/A Change-Id: I53bda41c047ed970417df5a5ca308855cbccbde5 Reviewed-on: https://chromium-review.googlesource.com/594754 Commit-Queue: Makoto Shimazu <[email protected]> Reviewed-by: Nico Weber <[email protected]> Cr-Commit-Position: refs/heads/master@{#492501}
diff --git a/docs/README.md b/docs/README.md index 3ab2f4b..d13126d5 100644 --- a/docs/README.md +++ b/docs/README.md
@@ -133,6 +133,8 @@ more performant * [ES6 Support in Chromium](es6_chromium.md) - Implementation of ECMAScript6 features in Chromium +* [Adding a new feature flag in chrome://flags](how_to_add_your_feature_flag.md) - Quick + guide to add a new feature flag to experiment your feature. ### Testing * [Running and Debugging Layout Tests](testing/layout_tests.md)