Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1238)

Unified Diff: chrome/browser/ui/webui/foreign_session_handler.h

Issue 2517243002: [Sync] Removing complexity around PROXY_TABS now that empty sessions are provided when disabled. (Closed)
Patch Set: Reverted ios change. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698