| Index: chrome/test/data/extensions/api_test/webnavigation/crossProcessIframe/framework.js
|
| diff --git a/chrome/test/data/extensions/api_test/webnavigation/crossProcessIframe/framework.js b/chrome/test/data/extensions/api_test/webnavigation/crossProcessIframe/framework.js
|
| index b380ccb0db19041e41866986e45779e3baf88285..71ea90071ee2d2567310bde45e2195abd9520ccf 100644
|
| --- a/chrome/test/data/extensions/api_test/webnavigation/crossProcessIframe/framework.js
|
| +++ b/chrome/test/data/extensions/api_test/webnavigation/crossProcessIframe/framework.js
|
| @@ -52,7 +52,7 @@ function expect(data, order) {
|
| frameIds = {};
|
| nextTabId = 0;
|
| tabIds = {};
|
| - nextProcessId = 0;
|
| + nextProcessId = -1;
|
| processIds = {}
|
| initListeners();
|
| }
|
|
|