commit | 7ed70812bdcb8ed23f423e3616398ae27d1897d1 | [log] [tgz] |
---|---|---|
author | Jun Choi <[email protected]> | Fri Jun 15 21:13:54 2018 |
committer | Commit Bot <[email protected]> | Fri Jun 15 21:13:54 2018 |
tree | 3a2a79678b3fd1cc13d83eb11190385dccf6bba2 | |
parent | 4fee10971c63d887de010af0ebe1390544a203af [diff] [blame] |
Add chrome://enable-web-authentication-ctap2-support This patch addes UI flag that enables by default support of CTAP2 security keys. Bug: 780078 Change-Id: Ib182644ddf98ebc80e7ffe9fb4bc66c76c44a98b Reviewed-on: https://chromium-review.googlesource.com/1101900 Commit-Queue: Jun Choi <[email protected]> Reviewed-by: Kim Paulhamus <[email protected]> Reviewed-by: Balazs Engedy <[email protected]> Cr-Commit-Position: refs/heads/master@{#567792}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 18cd066..3cd265b 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -1551,6 +1551,9 @@ extern const char kEnableWebAuthenticationTestingAPIName[]; extern const char kEnableWebAuthenticationTestingAPIDescription[]; +extern const char kEnableWebAuthenticationCtap2SupportName[]; +extern const char kEnableWebAuthenticationCtap2SupportDescription[]; + #if defined(GOOGLE_CHROME_BUILD) extern const char kGoogleBrandedContextMenuName[];