Chromium Code Reviews| 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, |