summaryrefslogtreecommitdiffstats
path: root/chromium/content/public/common/url_fetcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/public/common/url_fetcher.h')
-rw-r--r--chromium/content/public/common/url_fetcher.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/content/public/common/url_fetcher.h b/chromium/content/public/common/url_fetcher.h
index 2a8b47d33f5..901e7655177 100644
--- a/chromium/content/public/common/url_fetcher.h
+++ b/chromium/content/public/common/url_fetcher.h
@@ -16,12 +16,12 @@ class URLFetcher;
namespace content {
// Mark URLRequests started by the URLFetcher to stem from the given render
-// view.
-CONTENT_EXPORT void AssociateURLFetcherWithRenderView(
+// frame.
+CONTENT_EXPORT void AssociateURLFetcherWithRenderFrame(
net::URLFetcher* url_fetcher,
const GURL& first_party_for_cookies,
int render_process_id,
- int render_view_id);
+ int render_frame_id);
} // namespace content