| Index: content/browser/browser_plugin/browser_plugin_guest.h
|
| diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h
|
| index 3c8254fa1d3e396818ff939dda40ed133e27d069..fbb2d4ff38700403eeecb078fffa5ca1f8e207b2 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.h
|
| @@ -94,6 +94,7 @@ class CONTENT_EXPORT BrowserPluginGuest : public NotificationObserver,
|
| // WebContentsObserver implementation.
|
| virtual void DidStartProvisionalLoadForFrame(
|
| int64 frame_id,
|
| + int64 parent_frame_id,
|
| bool is_main_frame,
|
| const GURL& validated_url,
|
| bool is_error_page,
|
|
|