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

Unified Diff: chrome/test/data/webui/plugins_browsertest.js

Issue 2020463002: Mojo JS: Attempt to simplify bindTo* related code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename 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/plugins.js ('k') | mojo/public/js/connection.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/plugins_browsertest.js
diff --git a/chrome/test/data/webui/plugins_browsertest.js b/chrome/test/data/webui/plugins_browsertest.js
index 76d57bd4edf343575e56729c74128a0a8a0ad695..e1a7569f529f20aed6654dc7b62c707eeeab3422 100644
--- a/chrome/test/data/webui/plugins_browsertest.js
+++ b/chrome/test/data/webui/plugins_browsertest.js
@@ -58,8 +58,6 @@ PluginsTest.prototype = {
* @private
*/
this.pluginsData_ = [];
-
- this.pageProxy = null;
};
TestBrowserProxy.prototype = {
@@ -167,7 +165,7 @@ TEST_F('PluginsTest', 'Plugins', function() {
var plugins = document.querySelectorAll('.plugin');
assertEquals(EXPECTED_PLUGINS, plugins.length);
- pageProxy.onPluginsUpdated([fakePluginData]);
+ pageImpl.onPluginsUpdated([fakePluginData]);
plugins = document.querySelectorAll('.plugin');
assertEquals(1, plugins.length);
});
« no previous file with comments | « chrome/browser/resources/plugins.js ('k') | mojo/public/js/connection.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698