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 fc2475a14c14b663faeca8568726ae4133bac21a..fda0c620e740c6020edaf010cbc09934de769a37 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.cc |
+++ b/content/browser/browser_plugin/browser_plugin_guest.cc |
@@ -373,6 +373,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, |