commit | 37a985d7eedbb9214e6fe06885828fe3c620ca16 | [log] [tgz] |
---|---|---|
author | Ian Clelland <[email protected]> | Fri May 04 02:43:13 2018 |
committer | Commit Bot <[email protected]> | Fri May 04 02:43:13 2018 |
tree | 099c72a34bff02dc869069856f6521868defacd0 | |
parent | 409a796173c0c75f56b6ea33075191baa252565e [diff] [blame] |
Add a chrome://flags entry for experimental productivity features Bug: 837344 Change-Id: Ie1367ed1c12c714bad4d6aa28aa989b2a712c309 Reviewed-on: https://chromium-review.googlesource.com/1030841 Commit-Queue: Ian Clelland <[email protected]> Reviewed-by: John Abd-El-Malek <[email protected]> Cr-Commit-Position: refs/heads/master@{#555968}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index d69510e..a37dc74 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -455,6 +455,9 @@ extern const char kExperimentalKeyboardLockUiName[]; extern const char kExperimentalKeyboardLockUiDescription[]; +extern const char kExperimentalProductivityFeaturesName[]; +extern const char kExperimentalProductivityFeaturesDescription[]; + extern const char kExperimentalSecurityFeaturesName[]; extern const char kExperimentalSecurityFeaturesDescription[];