| Index: content/browser/frame_host/navigation_entry_impl.h
|
| diff --git a/content/browser/frame_host/navigation_entry_impl.h b/content/browser/frame_host/navigation_entry_impl.h
|
| index 7eb9a4cd17136b598bfa586542a3531a2749c2da..051a3ba909f524b31fa1385bbff4774379f73c74 100644
|
| --- a/content/browser/frame_host/navigation_entry_impl.h
|
| +++ b/content/browser/frame_host/navigation_entry_impl.h
|
| @@ -180,6 +180,7 @@ class CONTENT_EXPORT NavigationEntryImpl
|
| // Does nothing if there is no entry already and |url| is about:blank, since
|
| // that does not count as a real commit.
|
| void AddOrUpdateFrameEntry(FrameTreeNode* frame_tree_node,
|
| + const std::string& frame_unique_name,
|
| int64 item_sequence_number,
|
| int64 document_sequence_number,
|
| SiteInstanceImpl* site_instance,
|
|
|