| Index: content/browser/android/cookie_getter_impl.cc
|
| diff --git a/content/browser/android/cookie_getter_impl.cc b/content/browser/android/cookie_getter_impl.cc
|
| index 5fb63671f5a5c3d58d4517f07cf78c6c14ad2ce9..00292ffab75b4fb9bfe9fd6f1d5554d017a3f15c 100644
|
| --- a/content/browser/android/cookie_getter_impl.cc
|
| +++ b/content/browser/android/cookie_getter_impl.cc
|
| @@ -34,7 +34,6 @@ class CookieGetterTask
|
| public:
|
| CookieGetterTask(BrowserContext* browser_context,
|
| int renderer_id, int routing_id);
|
| - virtual ~CookieGetterTask();
|
|
|
| // Called by CookieGetterImpl to start getting cookies for a URL.
|
| void RequestCookies(
|
| @@ -42,6 +41,9 @@ class CookieGetterTask
|
| const media::CookieGetter::GetCookieCB& callback);
|
|
|
| private:
|
| + friend class base::RefCountedThreadSafe<CookieGetterTask>;
|
| + virtual ~CookieGetterTask();
|
| +
|
| void CheckPolicyForCookies(
|
| const GURL& url, const GURL& first_party_for_cookies,
|
| const media::CookieGetter::GetCookieCB& callback,
|
|
|