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 |