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

Unified Diff: chrome/test/data/extensions/samples/benchmark/toolstrip.html

Issue 179027: Make a bunch of backlogged breaking changes to the extensions (Closed)
Patch Set: Put chrome.self back Created 11 years, 4 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/renderer/renderer_resources.grd ('k') | chrome/test/data/extensions/samples/getviews/common.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/samples/benchmark/toolstrip.html
diff --git a/chrome/test/data/extensions/samples/benchmark/toolstrip.html b/chrome/test/data/extensions/samples/benchmark/toolstrip.html
index a9e12304270db07e1b11e9c7dff2dc10010cf49a..01e8dc4074ce1d80eee1982653ba1812453bd3fd 100644
--- a/chrome/test/data/extensions/samples/benchmark/toolstrip.html
+++ b/chrome/test/data/extensions/samples/benchmark/toolstrip.html
@@ -172,7 +172,7 @@ function Benchmark() {
var benchmarks = new Array();
-chrome.self.onConnect.addListener(function(port) {
+chrome.extension.onConnect.addListener(function(port) {
port.onMessage.addListener(function(data) {
if (data.message == "load") {
var benchmark = benchmarks[data.url];
« no previous file with comments | « chrome/renderer/renderer_resources.grd ('k') | chrome/test/data/extensions/samples/getviews/common.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698