commit | a9fefa8d16c8b905a99b7cbe83c2b8a9c73a0092 | [log] [tgz] |
---|---|---|
author | James Hawkins <[email protected]> | Thu Oct 08 00:24:03 2020 |
committer | Commit Bot <[email protected]> | Thu Oct 08 00:24:03 2020 |
tree | a4c72be3da1670d972bb1846c82b3fe143433dd9 | |
parent | 59bfe6d585f5183457949bb341290fc5c49334f5 [diff] [blame] |
OS Settings: Add flag to control a new hostname setting. [email protected] Bug: 126802 Test: none Change-Id: I6d116ae884ffc38300b538f4863179c01fd5e1d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459394 Commit-Queue: James Hawkins <[email protected]> Reviewed-by: Kyle Horimoto <[email protected]> Cr-Commit-Position: refs/heads/master@{#814957}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 66217a3..8f14b87 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -2256,6 +2256,9 @@ extern const char kEnableEncryptionMigrationName[]; extern const char kEnableEncryptionMigrationDescription[]; +extern const char kEnableHostnameSettingName[]; +extern const char kEnableHostnameSettingDescription[]; + extern const char kEnableGesturePropertiesDBusServiceName[]; extern const char kEnableGesturePropertiesDBusServiceDescription[];