| Index: content/browser/cross_site_request_manager.h
|
| diff --git a/content/browser/cross_site_request_manager.h b/content/browser/cross_site_request_manager.h
|
| index 5b0f210c01171a1985bc32b60b1180f4a1cd5b8e..29417d7a8686346e2b9bb05cb8c04dc467238b5d 100644
|
| --- a/content/browser/cross_site_request_manager.h
|
| +++ b/content/browser/cross_site_request_manager.h
|
| @@ -30,7 +30,8 @@ class CrossSiteRequestManager {
|
| // Returns whether the RenderViewHost specified by the given IDs currently
|
| // has a pending cross-site request. If so, we will have to delay the
|
| // response until the previous RenderViewHost runs its onunload handler.
|
| - // Called by ResourceDispatcherHost on the IO thread.
|
| + // Called by ResourceDispatcherHost on the IO thread and RenderViewHost on
|
| + // the UI thread.
|
| bool HasPendingCrossSiteRequest(int renderer_id, int render_view_id);
|
|
|
| // Sets whether the RenderViewHost specified by the given IDs currently has a
|
|
|