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

Unified Diff: chrome/browser/prerender/prerender_resource_throttle.h

Issue 2302433002: [NoStatePrefetch] Track redirects in UMA (Closed)
Patch Set: review comments Created 4 years, 3 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
Index: chrome/browser/prerender/prerender_resource_throttle.h
diff --git a/chrome/browser/prerender/prerender_resource_throttle.h b/chrome/browser/prerender/prerender_resource_throttle.h
index 5c88e26012ca26a53e85cb1a35d28d67fdd12f68..b709d26fb6714b22bf43c9c47d5a51e85f1cd622 100644
--- a/chrome/browser/prerender/prerender_resource_throttle.h
+++ b/chrome/browser/prerender/prerender_resource_throttle.h
@@ -64,12 +64,14 @@ class PrerenderResourceThrottle
const std::string& follow_only_when_prerender_shown_header,
content::ResourceType resource_type,
bool async,
+ bool is_no_store,
int render_process_id,
int render_frame_id,
const GURL& new_url);
static void WillProcessResponseOnUI(bool is_main_resource,
bool is_no_store,
+ int redirect_count,
int render_process_id,
int render_frame_id);

Powered by Google App Engine
This is Rietveld 408576698