| Index: chrome/test/data/extensions/api_test/webnavigation/forwardBack/test_forwardBack.js
|
| diff --git a/chrome/test/data/extensions/api_test/webnavigation/forwardBack/test_forwardBack.js b/chrome/test/data/extensions/api_test/webnavigation/forwardBack/test_forwardBack.js
|
| index fe00ba2ca04c46be58d5e600c6b52d2e1ec0b3b8..789376c3119035035fb8466b5d1b535f300e89a8 100644
|
| --- a/chrome/test/data/extensions/api_test/webnavigation/forwardBack/test_forwardBack.js
|
| +++ b/chrome/test/data/extensions/api_test/webnavigation/forwardBack/test_forwardBack.js
|
| @@ -16,7 +16,7 @@ onload = function() {
|
| event: "onBeforeNavigate",
|
| details: { frameId: 0,
|
| parentFrameId: -1,
|
| - processId: 0,
|
| + processId: -1,
|
| tabId: 0,
|
| timeStamp: 0,
|
| url: getURL('a.html') }},
|
| @@ -47,7 +47,7 @@ onload = function() {
|
| event: "onBeforeNavigate",
|
| details: { frameId: 0,
|
| parentFrameId: -1,
|
| - processId: 0,
|
| + processId: -1,
|
| tabId: 0,
|
| timeStamp: 0,
|
| url: getURL('b.html') }},
|
| @@ -78,7 +78,7 @@ onload = function() {
|
| event: "onBeforeNavigate",
|
| details: { frameId: 0,
|
| parentFrameId: -1,
|
| - processId: 0,
|
| + processId: -1,
|
| tabId: 0,
|
| timeStamp: 0,
|
| url: getURL('a.html') }},
|
|
|