| Index: components/sessions/core/live_tab.h
|
| diff --git a/components/sessions/core/live_tab.h b/components/sessions/core/live_tab.h
|
| index bf0485ed9f693c92ce61f358d443d8f7dd9bc62b..f6be5e358a4d21dfa81f36550a25784231b239e0 100644
|
| --- a/components/sessions/core/live_tab.h
|
| +++ b/components/sessions/core/live_tab.h
|
| @@ -21,7 +21,7 @@ class SESSIONS_EXPORT LiveTab {
|
| virtual ~LiveTab();
|
|
|
| // Methods that return information about the navigation state of the tab.
|
| - virtual bool IsInitialNavigation() = 0;
|
| + virtual bool IsInitialBlankNavigation() = 0;
|
| virtual int GetCurrentEntryIndex() = 0;
|
| virtual int GetPendingEntryIndex() = 0;
|
| virtual SerializedNavigationEntry GetEntryAtIndex(int index) = 0;
|
|
|