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

Unified Diff: chrome/renderer/net/net_error_helper.cc

Issue 2285493002: Change the tracking request sent by NetErrorHelper from FrameTypeTopLevel to FrameTypeNone. (Closed)
Patch Set: Created 4 years, 4 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 | « no previous file | testing/buildbot/filters/browser-side-navigation.linux.browser_tests.filter » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/net/net_error_helper.cc
diff --git a/chrome/renderer/net/net_error_helper.cc b/chrome/renderer/net/net_error_helper.cc
index 391f75466c3c3c1d92a3129486c2864a1c5698f2..a9dd50fd3e98df10f42a2dca335b2b1922e2852d 100644
--- a/chrome/renderer/net/net_error_helper.cc
+++ b/chrome/renderer/net/net_error_helper.cc
@@ -297,7 +297,7 @@ void NetErrorHelper::SendTrackingRequest(
tracking_fetcher_->Start(
render_frame()->GetWebFrame(),
blink::WebURLRequest::RequestContextInternal,
- blink::WebURLRequest::FrameTypeTopLevel,
+ blink::WebURLRequest::FrameTypeNone,
content::ResourceFetcher::PLATFORM_LOADER,
base::Bind(&NetErrorHelper::OnTrackingRequestComplete,
base::Unretained(this)));
« no previous file with comments | « no previous file | testing/buildbot/filters/browser-side-navigation.linux.browser_tests.filter » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698