Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1071)

Unified Diff: content/browser/cross_site_request_manager.h

Issue 15682009: Eliminate SwapOut message parameters, keeping state in RVHM instead. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to get Android build fix Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/unload_browsertest.cc ('k') | content/browser/loader/cross_site_resource_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/browser/unload_browsertest.cc ('k') | content/browser/loader/cross_site_resource_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698