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

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: Rebase and re-vulcanize after conflict. Created 4 years 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 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);
« no previous file with comments | « chrome/browser/resources/md_history/synced_device_manager.js ('k') | chrome/browser/ui/webui/foreign_session_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698