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

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

Issue 2165903003: MD History: Show sidebar next to content on wide screens (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@history_fix_footer_link
Patch Set: dpapad@ review Created 4 years, 5 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 4cd5585dd43a0087b5c1c4e36cc2a85b47cab456..adf84ccae6c7122a3dafb4d3c4c17267fbf750a3 100644
--- a/chrome/test/data/webui/md_history/history_routing_test.js
+++ b/chrome/test/data/webui/md_history/history_routing_test.js
@@ -11,7 +11,7 @@ cr.define('md_history.history_routing_test', function() {
suiteSetup(function() {
app = $('history-app');
- sidebar = app.$['side-bar']
+ sidebar = app.$['content-side-bar']
toolbar = app.$['toolbar'];
});

Powered by Google App Engine
This is Rietveld 408576698