| Index: chrome/test/data/extensions/good/Extensions/bjafgdebaacbbbecmhlhpofkepfkgcpa/1.0/background.js
 | 
| diff --git a/chrome/test/data/extensions/good/Extensions/bjafgdebaacbbbecmhlhpofkepfkgcpa/1.0/background.js b/chrome/test/data/extensions/good/Extensions/bjafgdebaacbbbecmhlhpofkepfkgcpa/1.0/background.js
 | 
| index 25ab76f32eb12540cb42fb054e1fc60eb2d16dea..b30f8491d4b89e2b982601e6e7c9a13e5047b6b3 100644
 | 
| --- a/chrome/test/data/extensions/good/Extensions/bjafgdebaacbbbecmhlhpofkepfkgcpa/1.0/background.js
 | 
| +++ b/chrome/test/data/extensions/good/Extensions/bjafgdebaacbbbecmhlhpofkepfkgcpa/1.0/background.js
 | 
| @@ -2,7 +2,7 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -chrome.extension.onConnectExternal.addListener(function(port) {
 | 
| +chrome.runtime.onConnectExternal.addListener(function(port) {
 | 
|    port.onMessage.addListener(function(msg) {
 | 
|      if (msg.testConnectExternal) {
 | 
|        port.postMessage({success: true, senderId: port.sender.id});
 | 
| 
 |