| Index: chrome/browser/ui/webui/foreign_session_handler.h
|
| diff --git a/chrome/browser/ui/webui/foreign_session_handler.h b/chrome/browser/ui/webui/foreign_session_handler.h
|
| index a8531276922573aba6dc61bbd9928cf375c3123f..d41d0ec3791ebca937b526c33af71599579c5524 100644
|
| --- a/chrome/browser/ui/webui/foreign_session_handler.h
|
| +++ b/chrome/browser/ui/webui/foreign_session_handler.h
|
| @@ -61,9 +61,6 @@ class ForeignSessionHandler : public content::WebUIMessageHandler,
|
| void OnSyncConfigurationCompleted() override;
|
| void OnForeignSessionUpdated() override;
|
|
|
| - // Returns true if tab sync is enabled for this profile, otherwise false.
|
| - bool IsTabSyncEnabled();
|
| -
|
| // Returns a string used to show the user when a session was last modified.
|
| base::string16 FormatSessionTime(const base::Time& time);
|
|
|
|
|