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.
network_time_tracker: add temporary time protocol.
This adds queries of the temporary secure time server, with signature verification, and a very conservative scheduler. (Checks once per hour, queries only if sync believed to be lost.) BUG=589700 Committed: https://crrev.com/ee2016a374b73ba35508ae26837755a23b3defa4 Cr-Commit-Position: refs/heads/master@{#392208} Review-Url: https://codereview.chromium.org/1835823002 Cr-Commit-Position: refs/heads/master@{#392711}
- Loading branch information
mab
authored and
Commit bot
committed
May 10, 2016
1 parent
4727ab6
commit 2f07cb9
Showing
14 changed files
with
591 additions
and
56 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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
include_rules = [ | ||
"+components/client_update_protocol", | ||
"+components/prefs", | ||
"+net", | ||
] |
Oops, something went wrong.