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

Unified Diff: chrome/browser/ui/browser_browsertest.cc

Issue 2321543002: Merge CrossSiteResourceHandler and NavigationResourceThrottle (Closed)
Patch Set: Fixed test compilation error 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/ui/browser_browsertest.cc
diff --git a/chrome/browser/ui/browser_browsertest.cc b/chrome/browser/ui/browser_browsertest.cc
index e9f356edd3d51fc35cea9b8a2465e9b45f0209c8..e4e7fc99a6b94f05dd0444aeaece948c008aee39 100644
--- a/chrome/browser/ui/browser_browsertest.cc
+++ b/chrome/browser/ui/browser_browsertest.cc
@@ -203,7 +203,7 @@ class TransferHttpsRedirectsContentBrowserClient
: public ChromeContentBrowserClient {
public:
bool ShouldSwapProcessesForRedirect(
- content::ResourceContext* resource_context,
+ content::BrowserContext* browser_context,
const GURL& current_url,
const GURL& new_url) override {
return new_url.SchemeIs(url::kHttpsScheme);

Powered by Google App Engine
This is Rietveld 408576698