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

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

Issue 1972073002: [MD History] Make history-list:historyData private. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_loading
Patch Set: Created 4 years, 7 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_supervised_user_test.js
diff --git a/chrome/test/data/webui/md_history/history_supervised_user_test.js b/chrome/test/data/webui/md_history/history_supervised_user_test.js
index a7c23ae29f90c75b13ac7afc33e07ae96a59c667..0c648712ced8ff4d473ff17234c4463332d557a0 100644
--- a/chrome/test/data/webui/md_history/history_supervised_user_test.js
+++ b/chrome/test/data/webui/md_history/history_supervised_user_test.js
@@ -39,12 +39,12 @@ cr.define('md_history.history_supervised_user_test', function() {
assertTrue(false);
});
- element.historyData[0].selected = true;
+ element.historyData_[0].selected = true;
toolbar.onDeleteTap_();
});
teardown(function() {
- element.historyData = [];
+ element.historyData_ = [];
element.searchedTerm = '';
});
});

Powered by Google App Engine
This is Rietveld 408576698