| 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 5caa408f1894d70c4e22029cdff082d4cbd03a8f..f6201834fa94245b94cc8c24b8b9b82331d0669b 100644
|
| --- a/chrome/browser/ui/webui/foreign_session_handler.h
|
| +++ b/chrome/browser/ui/webui/foreign_session_handler.h
|
| @@ -66,9 +66,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);
|
|
|
|
|