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

Unified Diff: chrome/test/data/webui/md_history/history_metrics_test.js

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/test/data/webui/md_history/history_metrics_test.js
diff --git a/chrome/test/data/webui/md_history/history_metrics_test.js b/chrome/test/data/webui/md_history/history_metrics_test.js
index 9e272761035661b369c806f93cc7b390916f3d21..98ba974c631429b2bfb4c6921a59fa37bc743909 100644
--- a/chrome/test/data/webui/md_history/history_metrics_test.js
+++ b/chrome/test/data/webui/md_history/history_metrics_test.js
@@ -175,7 +175,7 @@ cr.define('md_history.history_metrics_test', function() {
]
),
];
- setForeignSessions(sessionList, true);
+ setForeignSessions(sessionList);
return PolymerTest.flushTasks();
}).then(() => {
assertEquals(1, histogram[SyncedTabsHistogram.HAS_FOREIGN_DATA]);

Powered by Google App Engine
This is Rietveld 408576698