| Index: content/browser/browser_plugin/browser_plugin_guest.cc
|
| diff --git a/content/browser/browser_plugin/browser_plugin_guest.cc b/content/browser/browser_plugin/browser_plugin_guest.cc
|
| index d470801eb6667279c79734097e1488e0357222c4..5edc729ae8282c039aae475bfd46735fec53278b 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.cc
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.cc
|
| @@ -338,6 +338,7 @@ void BrowserPluginGuest::SetCursor(const WebCursor& cursor) {
|
|
|
| void BrowserPluginGuest::DidStartProvisionalLoadForFrame(
|
| int64 frame_id,
|
| + int64 parent_frame_id,
|
| bool is_main_frame,
|
| const GURL& validated_url,
|
| bool is_error_page,
|
|
|