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