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

Unified Diff: chrome/browser/extensions/api/web_navigation/web_navigation_api_helpers.h

Issue 10815051: Send the correct process ID with webNavigation events (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/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,

Powered by Google App Engine
This is Rietveld 408576698