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

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

Issue 1955613002: [MD History] Make side bar always visible. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mdh_fuckit_refactor_it_all
Patch Set: address comments 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/browser/resources/md_history/history_toolbar.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_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 3eec5dc67abf72853db84f7e7f4ea40cb4173ee1..e6486a1d98ef293cba285c9eb85cc2b86b86df68 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
@@ -38,19 +38,6 @@ cr.define('md_history.history_synced_tabs_test', function() {
sidebarElement = app.$['history-side-bar'];
});
- test('sidebar displayed', function(done) {
- setForeignSessions([], true);
- flush(function() {
- assertFalse(sidebarElement.hidden);
- setForeignSessions([], false);
- flush(function() {
- assertTrue(sidebarElement.hidden);
- done();
- });
- });
-
- });
-
test('single card, single window', function(done) {
var sessionList = [
createSession(
« no previous file with comments | « chrome/browser/resources/md_history/history_toolbar.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698