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

Unified Diff: chrome/test/data/webui/md_history/history_toolbar_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: oopz 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
« no previous file with comments | « chrome/test/data/webui/md_history/history_supervised_user_test.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/md_history/history_toolbar_test.js
diff --git a/chrome/test/data/webui/md_history/history_toolbar_test.js b/chrome/test/data/webui/md_history/history_toolbar_test.js
index b2c9cb025246925571b733561fe7b67e25c279fe..56148125a3b96c7ac01f6c438ddae5ef819f5579 100644
--- a/chrome/test/data/webui/md_history/history_toolbar_test.js
+++ b/chrome/test/data/webui/md_history/history_toolbar_test.js
@@ -66,7 +66,7 @@ cr.define('md_history.history_toolbar_test', function() {
});
teardown(function() {
- element.historyData = [];
+ element.historyData_ = [];
element.searchedTerm = '';
registerMessageCallback('queryHistory', this, undefined);
toolbar.count = 0;
« no previous file with comments | « chrome/test/data/webui/md_history/history_supervised_user_test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698