Index: content/renderer/render_frame_impl.h |
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h |
index 321248faff625a6d5b441a9085d3bb8ae8520e85..be09b8feccd65a55efa84b841a7c115bed49ad3e 100644 |
--- a/content/renderer/render_frame_impl.h |
+++ b/content/renderer/render_frame_impl.h |
@@ -692,7 +692,8 @@ class CONTENT_EXPORT RenderFrameImpl |
void OnCommitNavigation(const ResourceResponseHead& response, |
const GURL& stream_url, |
const CommonNavigationParams& common_params, |
- const RequestNavigationParams& request_params); |
+ const RequestNavigationParams& request_params, |
+ int navigation_provider_id); |
void OnFailedNavigation(const CommonNavigationParams& common_params, |
const RequestNavigationParams& request_params, |
bool has_stale_copy_in_cache, |
@@ -718,7 +719,8 @@ class CONTENT_EXPORT RenderFrameImpl |
void NavigateInternal(const CommonNavigationParams& common_params, |
const StartNavigationParams& start_params, |
const RequestNavigationParams& request_params, |
- scoped_ptr<StreamOverrideParameters> stream_params); |
+ scoped_ptr<StreamOverrideParameters> stream_params, |
+ int navigation_provider_id); |
// Update current main frame's encoding and send it to browser window. |
// Since we want to let users see the right encoding info from menu |