| Index: chrome/browser/sessions/session_service.h
|
| diff --git a/chrome/browser/sessions/session_service.h b/chrome/browser/sessions/session_service.h
|
| index 74512c4d7d8750ec4e7d54905b101a1e4c462d34..b1066405dccf260ffa63ea7513b6d7f39c2e2763 100644
|
| --- a/chrome/browser/sessions/session_service.h
|
| +++ b/chrome/browser/sessions/session_service.h
|
| @@ -149,8 +149,7 @@ class SessionService : public BaseSessionService,
|
| // Updates the navigation entry for the specified tab.
|
| void UpdateTabNavigation(const SessionID& window_id,
|
| const SessionID& tab_id,
|
| - int index,
|
| - const content::NavigationEntry& entry);
|
| + const TabNavigation& navigation);
|
|
|
| // Notification that a tab has restored its entries or a closed tab is being
|
| // reused.
|
|
|