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

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

Issue 2264983002: MD History: Lazily load element files which are not needed for first paint (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove flattenhtml, rebase Created 4 years, 3 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_routing_test.js
diff --git a/chrome/test/data/webui/md_history/history_routing_test.js b/chrome/test/data/webui/md_history/history_routing_test.js
index b7ffb7df1286dee194c1ed005fed90d23975cbbe..75e199dde071af82c95e93f4fdc3ee123bb2fc69 100644
--- a/chrome/test/data/webui/md_history/history_routing_test.js
+++ b/chrome/test/data/webui/md_history/history_routing_test.js
@@ -85,13 +85,11 @@ cr.define('md_history.history_routing_test_with_query_param', function() {
function registerTests() {
suite('routing-with-query-param', function() {
var app;
- var list;
var toolbar;
var expectedQuery;
suiteSetup(function() {
app = $('history-app');
- sidebar = app.$['side-bar']
toolbar = app.$['toolbar'];
expectedQuery = 'query';
});

Powered by Google App Engine
This is Rietveld 408576698