| Index: content/browser/frame_host/navigator_impl.h
|
| diff --git a/content/browser/frame_host/navigator_impl.h b/content/browser/frame_host/navigator_impl.h
|
| index 14f1ce5d852ca46df1afec08c4757bfb2e9a0c84..6c3bee3fc396f94d73ac8d4c01eb353f9749b088 100644
|
| --- a/content/browser/frame_host/navigator_impl.h
|
| +++ b/content/browser/frame_host/navigator_impl.h
|
| @@ -55,7 +55,6 @@ class CONTENT_EXPORT NavigatorImpl : public Navigator {
|
| const GURL& url,
|
| const Referrer& referrer,
|
| WindowOpenDisposition disposition,
|
| - int64 source_frame_id,
|
| bool should_replace_current_entry,
|
| bool user_gesture) OVERRIDE;
|
| virtual void RequestTransferURL(
|
| @@ -65,7 +64,6 @@ class CONTENT_EXPORT NavigatorImpl : public Navigator {
|
| const Referrer& referrer,
|
| PageTransition page_transition,
|
| WindowOpenDisposition disposition,
|
| - int64 source_frame_id,
|
| const GlobalRequestID& transferred_global_request_id,
|
| bool should_replace_current_entry,
|
| bool user_gesture) OVERRIDE;
|
|
|