Chromium Code Reviews| Index: chrome/test/data/extensions/api_test/bindings/function_interceptions.html |
| diff --git a/chrome/test/data/extensions/api_test/bindings/function_interceptions.html b/chrome/test/data/extensions/api_test/bindings/function_interceptions.html |
| index 07342ca5180c027f9527179fd8a407e1dabe5697..9317a126e8c80e2a00444c011802a4ce605264af 100644 |
| --- a/chrome/test/data/extensions/api_test/bindings/function_interceptions.html |
| +++ b/chrome/test/data/extensions/api_test/bindings/function_interceptions.html |
| @@ -2,7 +2,7 @@ |
| <script> |
| window.testStatus = ''; |
| -var objects = ['runtime', 'require', 'test', 'binding']; |
| +var objects = ['runtime', 'require', 'test', 'binding', 'Binding', '$set', 'exports', 'requireNative', 'requireAsync', 'privates']; |
|
asargent_no_longer_on_chrome
2016/03/16 22:17:24
was this intended to be part of this CL?
Devlin
2016/03/16 22:58:01
Most definitely not. Thanks :)
|
| var leaked = []; |
| function intercept(objectKey) { |