Index: chrome/browser/extensions/api/web_navigation/web_navigation_api_helpers.h |
diff --git a/chrome/browser/extensions/api/web_navigation/web_navigation_api_helpers.h b/chrome/browser/extensions/api/web_navigation/web_navigation_api_helpers.h |
index cadafcc6f4fdc42bf5f2266b981b6d00c608bf56..3a23071d293c91c60bd2ef4437642a21777b47de 100644 |
--- a/chrome/browser/extensions/api/web_navigation/web_navigation_api_helpers.h |
+++ b/chrome/browser/extensions/api/web_navigation/web_navigation_api_helpers.h |
@@ -26,6 +26,7 @@ int GetFrameId(bool is_main_frame, int64 frame_id); |
// Create and dispatch the various events of the webNavigation API. |
void DispatchOnBeforeNavigate(content::WebContents* web_contents, |
+ int render_process_id, |
int64 frame_id, |
bool is_main_frame, |
const GURL& validated_url); |
@@ -56,6 +57,7 @@ void DispatchOnCreatedNavigationTarget( |
const GURL& target_url); |
void DispatchOnErrorOccurred(content::WebContents* web_contents, |
+ int render_process_id, |
const GURL& url, |
int64 frame_id, |
bool is_main_frame, |