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

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

Issue 2255033002: [MD History] Copy stats from the old history page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sidebar_stats
Patch Set: add_stats Created 4 years, 4 months 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_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 a78eb08d3dc513b40915f03a49b45bbf6c82630c..e182f2eae8b1815c8b742640dd44b78c62f38f6f 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,29 +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 getCards(manager) {
return polymerSelectAll(manager, 'history-synced-device-card');

Powered by Google App Engine
This is Rietveld 408576698