| 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 d20ab1070161ae54d4a6b93676b608210c0c4158..3075c481e786f8883f5720024eaec1c2d3f1b6d4 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.h
|
| @@ -100,6 +100,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,
|
|
|