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

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

Issue 11090068: When starting a provisional load include the parent frame ID in the IPC and pass it down the th WCO… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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/web_contents_observer.h
diff --git a/content/public/browser/web_contents_observer.h b/content/public/browser/web_contents_observer.h
index 2ea4cd6ab64d13ab867d5a210fcf4ff5e306d2a7..1fbe62738514d368f628929048ba5cf49e37ea68 100644
--- a/content/public/browser/web_contents_observer.h
+++ b/content/public/browser/web_contents_observer.h
@@ -52,6 +52,7 @@ class CONTENT_EXPORT WebContentsObserver : public IPC::Listener,
// happening.
virtual void DidStartProvisionalLoadForFrame(
int64 frame_id,
+ int64 parent_frame_id,
Bernhard Bauer 2012/10/12 08:32:49 Some tests appear to use -1 here. Could you add a
jochen (gone - plz use gerrit) 2012/10/12 10:44:48 Done.
bool is_main_frame,
const GURL& validated_url,
bool is_error_page,

Powered by Google App Engine
This is Rietveld 408576698