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

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: 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/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 1f30a105bc9f22f4bc3e5a6f4aca548bb299c24c..c9c6e80eb3605364becc6b94f1c4ec33ebf3efaa 100644
--- a/chrome/test/data/webui/md_history/history_metrics_test.js
+++ b/chrome/test/data/webui/md_history/history_metrics_test.js
@@ -168,7 +168,7 @@ suite('Metrics', function() {
]
),
];
- setForeignSessions(sessionList, true);
+ setForeignSessions(sessionList);
return PolymerTest.flushTasks();
}).then(() => {
assertEquals(1, histogram[SyncedTabsHistogram.HAS_FOREIGN_DATA]);
« no previous file with comments | « chrome/browser/ui/webui/foreign_session_handler.cc ('k') | chrome/test/data/webui/md_history/history_synced_tabs_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698