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

Unified Diff: chrome/test/data/extensions/samples/password_maker/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
Index: chrome/test/data/extensions/samples/password_maker/toolstrip.html
diff --git a/chrome/test/data/extensions/samples/password_maker/toolstrip.html b/chrome/test/data/extensions/samples/password_maker/toolstrip.html
index a641ff7144176a34aecabae83906a1223b7ed364..30c70bff816053a28f79c8f706baf84628863337 100644
--- a/chrome/test/data/extensions/samples/password_maker/toolstrip.html
+++ b/chrome/test/data/extensions/samples/password_maker/toolstrip.html
@@ -8,7 +8,7 @@ chrome.windows.getCurrent(function(win) {
windowId = win.id;
});
-chrome.self.onConnect.addListener(function (port) {
+chrome.extension.onConnect.addListener(function (port) {
if (port.tab.windowId != windowId)
return;
port.onMessage.addListener(function (msg, port) {
« no previous file with comments | « chrome/test/data/extensions/samples/getviews/common.js ('k') | chrome/test/data/extensions/samples/screenshot/screenshot.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698