Commit c55c06c5 authored by Pritam's avatar Pritam Committed by Commit Bot

Converts Android-specific cookie accesses to Mojo.

Converts all instances of access to net::CookieStore over to
network::mojom::CookieManager.

Addressed the uses of cookie store in the following android-specific files:
  - content/browser/media/android

This is a follow-up CL to #903307.

Bug: 792672
Change-Id: Ifb5ee30dfb746e66aa4c06674abb8e9e22ec1d1b
Reviewed-on: https://chromium-review.googlesource.com/952954Reviewed-by: default avatarBernhard Bauer <bauerb@chromium.org>
Reviewed-by: default avatarMin Qin <qinmin@chromium.org>
Commit-Queue: Pritam Nikam <pritam.nikam@samsung.com>
Cr-Commit-Position: refs/heads/master@{#543297}
parent f5e91fee
...@@ -63,10 +63,6 @@ class MediaResourceGetterImpl : public media::MediaResourceGetter { ...@@ -63,10 +63,6 @@ class MediaResourceGetterImpl : public media::MediaResourceGetter {
void GetAuthCredentialsCallback(GetAuthCredentialsCB callback, void GetAuthCredentialsCallback(GetAuthCredentialsCB callback,
const net::AuthCredentials& credentials); const net::AuthCredentials& credentials);
// Called when GetCookies() finishes.
void GetCookiesCallback(GetCookieCB callback,
const net::CookieList& cookie_list);
// Called when GetPlatformPathFromFileSystemURL() finishes. // Called when GetPlatformPathFromFileSystemURL() finishes.
void GetPlatformPathCallback(GetPlatformPathCB callback, void GetPlatformPathCallback(GetPlatformPathCB callback,
const std::string& platform_path); const std::string& platform_path);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment