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

Unified Diff: content/public/browser/navigation_handle.h

Issue 1294243004: PlzNavigate: Make ServiceWorker work with PlzNavigate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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: content/public/browser/navigation_handle.h
diff --git a/content/public/browser/navigation_handle.h b/content/public/browser/navigation_handle.h
index 2a12cb6340c9ff2987e3753de6ad803babf9fc96..669073ad0891df7e971d3bf7cea20bf8e266a987 100644
--- a/content/public/browser/navigation_handle.h
+++ b/content/public/browser/navigation_handle.h
@@ -97,7 +97,8 @@ class CONTENT_EXPORT NavigationHandle {
static scoped_ptr<NavigationHandle> CreateNavigationHandleForTesting(
const GURL& url,
bool is_main_frame,
- WebContents* web_contents);
+ WebContents* web_contents,
+ int service_worker_provider_id);
clamy 2015/10/01 12:41:27 This _should not_ be exposed outside of content, h
Fabrice (no longer in Chrome) 2015/10/01 18:29:56 I removed it, since this is for unit tests, the va
// Registers a NavigationThrottle for tests. The throttle can
// modify the request, pause the request or cancel the request. This will

Powered by Google App Engine
This is Rietveld 408576698