| Index: chrome/test/data/webui/md_history/history_synced_tabs_test.js
|
| diff --git a/chrome/test/data/webui/md_history/history_synced_tabs_test.js b/chrome/test/data/webui/md_history/history_synced_tabs_test.js
|
| index 3db116cde0b970d740b6718ec71b68f3af5c1e3b..9075e71655004fb95c4e4c9de94ef25f95463e00 100644
|
| --- a/chrome/test/data/webui/md_history/history_synced_tabs_test.js
|
| +++ b/chrome/test/data/webui/md_history/history_synced_tabs_test.js
|
| @@ -3,30 +3,6 @@
|
| // found in the LICENSE file.
|
|
|
| cr.define('md_history.history_synced_tabs_test', function() {
|
| - function createSession(name, windows) {
|
| - return {
|
| - collapsed: false,
|
| - deviceType: '',
|
| - name: name,
|
| - modifiedTime: '2 seconds ago',
|
| - tag: name,
|
| - timestamp: 0,
|
| - windows: windows
|
| - };
|
| - }
|
| -
|
| - function createWindow(tabUrls) {
|
| - var tabs = tabUrls.map(function(tabUrl) {
|
| - return {sessionId: 456, timestamp: 0, title: tabUrl, url: tabUrl};
|
| - });
|
| -
|
| - return {
|
| - tabs: tabs,
|
| - sessionId: '123',
|
| - userVisibleTimestamp: "A while ago"
|
| - };
|
| - }
|
| -
|
| function registerTests() {
|
| suite('synced-tabs', function() {
|
| var app;
|
|
|