Query the network delegate for cookies even if there is no cookie monster
On iOS, there is a platform specific implementation of the cookie store which is not a CookieMonster. However, the network delegate is currently only called if the cookie store is a CookieMonster, and thus cookie settings are bypassed. This CL calls the network delegate even if the cookie store is not a CookieMonster. BUG=145954 Review URL: https://chromiumcodereview.appspot.com/11417148 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170942 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment