1. 26 Sep, 2014 2 commits
    • jrummell's avatar
      Update MediaKeys interface for EME · 80428d2e
      jrummell authored
      To support CDM_6, make the following changes:
      - add SetServerCertificate
      - add GetUsableKeyIds
      - rename ReleaseSession to CloseSession
      - add RemoveSession
      - add SessionKeysChange event
      - add SessionExpirationChange event
      
      This gets the new functionality up to the blink boundary. Changes to
      use these new interfaces in blink in a future CL.
      
      For backwards compatibility with existing prefixed EME code, calls
      to CancelKeyRequest() call RemoveSession() instead of CloseSession().
      
      BUG=358271,417481
      TEST=existing EME tests still pass + manual testing
      
      Review URL: https://codereview.chromium.org/555223004
      
      Cr-Commit-Position: refs/heads/master@{#296838}
      80428d2e
    • Viet-Trung Luu's avatar
      Mojo: Remove ProxyMessagePipeEndpoint::Run(), etc. · 422b4342
      Viet-Trung Luu authored
      R=darin@chromium.org
      
      Review URL: https://codereview.chromium.org/596363003
      
      Cr-Commit-Position: refs/heads/master@{#296837}
      422b4342
  2. 25 Sep, 2014 38 commits