angler-fishThe Vulnerability History Project

Trigger the blocked cookie notification UI.

      This change involves two significant bits:

1- Add URLRequest::Delegate methods to report a blocked attempt to set a cookie
or get cookies, respectively.

2- Generalize the mechanisms we use to proxy notifications to the RenderViewHost
from the IO thread.  See render_view_host_notification_task.h.

Finally, these are used together in ResourceDispatcherHost.

Note: Additional work is required to notify when JS attempts to set a cookie
fail.

R=brettw,eroman
BUG=34573
TEST=Configure the browser to block cookies, and then visit a site that tries to
set a cookie (e.g., cnn.com).  You should see a cookie icon appear in the location
bar.  If you click that it should report that cookies were blocked.

Review URL: http://codereview.chromium.org/600009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38527 0039d316-1c4b-4281-b951-d872f2087c98
    
commit 3dbb80bca45a4fdf674250ed833842a71de41838
+1 -1
+64 -12
+10
+5
+6 -4
-237
+113 -46
-1
+2
+6 -8
+2 -3
-8
+6 -19
+2 -127
-28
expand_less