| Index: chrome/browser/sync/glue/synced_tab_delegate_android.h
|
| diff --git a/chrome/browser/sync/glue/synced_tab_delegate_android.h b/chrome/browser/sync/glue/synced_tab_delegate_android.h
|
| index 7a94fc42fba238ec4d4a37d20108f83db3100af5..c7bd04a4a4d231e2187321297d8ea7e1a956ee9a 100644
|
| --- a/chrome/browser/sync/glue/synced_tab_delegate_android.h
|
| +++ b/chrome/browser/sync/glue/synced_tab_delegate_android.h
|
| @@ -32,6 +32,7 @@ class SyncedTabDelegateAndroid : public browser_sync::SyncedTabDelegate {
|
| bool IsBeingDestroyed() const override;
|
| Profile* profile() const override;
|
| std::string GetExtensionAppId() const override;
|
| + bool IsInitialBlankNavigation() const override;
|
| int GetCurrentEntryIndex() const override;
|
| int GetEntryCount() const override;
|
| int GetPendingEntryIndex() const override;
|
|
|