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

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

Issue 2172563002: [MD History] Use openForeignSession message to open foreign session tabs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_menu_up
Patch Set: 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/md_history_browsertest.js
diff --git a/chrome/test/data/webui/md_history/md_history_browsertest.js b/chrome/test/data/webui/md_history/md_history_browsertest.js
index c49bfdb2bd03a5f7904032eb512f9e03aa501af6..60aa4f1228438396aeb944d75ec29c6ba6e8f04d 100644
--- a/chrome/test/data/webui/md_history/md_history_browsertest.js
+++ b/chrome/test/data/webui/md_history/md_history_browsertest.js
@@ -122,8 +122,6 @@ MaterialHistoryWithQueryParamTest.prototype = {
PolymerTest.prototype.setUp.call(this);
suiteSetup(function() {
- var upgraded = false;
tsergeant 2016/07/22 03:21:17 You need to rebase, this line doesn't exist on mas
calamity 2016/07/27 05:22:07 Done.
-
// This message handler needs to be registered before the test since the
// query can happen immediately after the element is upgraded. However,
// since there may be a delay as well, the test might check the global var

Powered by Google App Engine
This is Rietveld 408576698