Index: chrome/browser/ui/webui/ntp/foreign_session_handler.cc |
diff --git a/chrome/browser/ui/webui/ntp/foreign_session_handler.cc b/chrome/browser/ui/webui/ntp/foreign_session_handler.cc |
index 7436e4461c56fbf156dd509a9d1492873e78597c..129df9562966ec0ed63b7d4cd8ed991d526413cd 100644 |
--- a/chrome/browser/ui/webui/ntp/foreign_session_handler.cc |
+++ b/chrome/browser/ui/webui/ntp/foreign_session_handler.cc |
@@ -216,7 +216,7 @@ bool ForeignSessionHandler::IsTabSyncEnabled() { |
Profile* profile = Profile::FromWebUI(web_ui()); |
ProfileSyncService* service = |
ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile); |
- return service && service->GetPreferredDataTypes().Has(syncer::SESSIONS); |
+ return service && service->GetPreferredDataTypes().Has(syncer::PROXY_TABS); |
} |
string16 ForeignSessionHandler::FormatSessionTime(const base::Time& time) { |