| 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]);
|
|
|