| Index: content/browser/tab_contents/navigation_details.h
|
| ===================================================================
|
| --- content/browser/tab_contents/navigation_details.h (revision 116088)
|
| +++ content/browser/tab_contents/navigation_details.h (working copy)
|
| @@ -87,21 +87,6 @@
|
| int count;
|
| };
|
|
|
| -// Details sent for NOTIFY_NAV_RETARGETING.
|
| -struct RetargetingDetails {
|
| - // The source tab contents.
|
| - TabContents* source_tab_contents;
|
| -
|
| - // The frame ID of the source tab from which the retargeting was triggered.
|
| - int64 source_frame_id;
|
| -
|
| - // The target URL.
|
| - GURL target_url;
|
| -
|
| - // The target tab contents.
|
| - TabContents* target_tab_contents;
|
| -};
|
| -
|
| } // namespace content
|
|
|
| #endif // CONTENT_BROWSER_TAB_CONTENTS_NAVIGATION_DETAILS_H_
|
|
|