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

Unified Diff: chrome/browser/resources/hung_renderer_dialog.js

Issue 8510071: Revert 109984 - Tests for WebUI Hung Renderer Dialog (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 | « no previous file | chrome/browser/ui/webui/hung_renderer_dialog.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/hung_renderer_dialog.js
===================================================================
--- chrome/browser/resources/hung_renderer_dialog.js (revision 109988)
+++ chrome/browser/resources/hung_renderer_dialog.js (working copy)
@@ -56,7 +56,7 @@
if (cr.isViews)
forEach(document.querySelectorAll('.button-strip'), reverseChildren);
- chrome.send('requestTabContentsList');
+ chrome.send('requestTabContentsList')
}
/**
@@ -74,7 +74,7 @@
listItem.style.backgroundImage = url('chrome://favicon/size/32/' +
tabDetailsList[i].url);
listItem.textContent = tabDetailsList[i].title;
- $('tab-table').appendChild(listItem);
+ $('tab-table').appendChild(listItem)
}
}
« no previous file with comments | « no previous file | chrome/browser/ui/webui/hung_renderer_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698