| Index: chrome/browser/sync/glue/synced_tab_delegate.h
|
| diff --git a/chrome/browser/sync/glue/synced_tab_delegate.h b/chrome/browser/sync/glue/synced_tab_delegate.h
|
| index a223478c121acab8f265fc56331faaf206f90423..b026c53727c4ff0b934a7d93a3f2cd5db8d3a6ae 100644
|
| --- a/chrome/browser/sync/glue/synced_tab_delegate.h
|
| +++ b/chrome/browser/sync/glue/synced_tab_delegate.h
|
| @@ -40,7 +40,7 @@ class SyncedTabDelegate {
|
| virtual std::string GetExtensionAppId() const = 0;
|
|
|
| // Methods from NavigationController.
|
| -
|
| + virtual bool IsInitialBlankNavigation() const = 0;
|
| virtual int GetCurrentEntryIndex() const = 0;
|
| virtual int GetEntryCount() const = 0;
|
| virtual int GetPendingEntryIndex() const = 0;
|
|
|