 Chromium Code Reviews
 Chromium Code Reviews Issue 
            2935783002:
    Send microsecond resolution timestamps to Java history page so they can be sent back.  (Closed)
    
  
    Issue 
            2935783002:
    Send microsecond resolution timestamps to Java history page so they can be sent back.  (Closed) 
  | DescriptionSend microsecond resolution timestamps to Java history page so they can be sent back.
When an entry on the history page is deleted, we create history
deletion directives that are sent through sync. These are required to
support offline history deletions, and make sure these are properly
propagated. However, these deletion directives rely on exact matches in
timestamps, which are in microseconds since the epoch.
The History page on Android converted microsecond timestamps to
millisecond timestamps for Java compatibility, but when these
timestamps were handed to the logic that created history deletion
directives, they were now slightly off. This change simply plumbs
through microsecond timestamps through the java code and back.
BUG=729020
Review-Url: https://codereview.chromium.org/2935783002
Cr-Commit-Position: refs/heads/master@{#478756}
Committed: https://chromium.googlesource.com/chromium/src/+/209633050f6d05fff54e8dcd2195743858b33125
   Patch Set 1 #
      Total comments: 6
      
     Patch Set 2 : Updates for twellington@ #Messages
    Total messages: 19 (13 generated)
     |