forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Copy challenge*Key methods to enterprise.platformKeys.
Up to this point the challengeMachineKey and challengeUserKey methods were only available through enterprise.platformKeysPrivate because the web APIs required to meaningfully use these methods had not been published (and now have). The methods will remain in enterprise.platformKeysPrivate until all users have been migrated to use enterprise.platformKeys. The implementation is identical and has been abstracted so it can be invoked from either entry point. BUG=chromium:329341 TEST=unit tests extended to test both entry points Review URL: https://codereview.chromium.org/1685103003 Cr-Commit-Position: refs/heads/master@{#377845}
- Loading branch information
dkrahn
authored and
Commit bot
committed
Feb 26, 2016
1 parent
1f40e53
commit 3f7776e
Showing
11 changed files
with
1,062 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.