| Index: chrome/test/data/extensions/api_test/webnavigation/crash/test_crash.js
|
| diff --git a/chrome/test/data/extensions/api_test/webnavigation/crash/test_crash.js b/chrome/test/data/extensions/api_test/webnavigation/crash/test_crash.js
|
| index 6920579df7fcc8ce88cc03f51ca037168a95d368..99c36dbac70687332fbe451b5090a3f115e2497f 100644
|
| --- a/chrome/test/data/extensions/api_test/webnavigation/crash/test_crash.js
|
| +++ b/chrome/test/data/extensions/api_test/webnavigation/crash/test_crash.js
|
| @@ -25,7 +25,7 @@ onload = function() {
|
| event: "onBeforeNavigate",
|
| details: { frameId: 0,
|
| parentFrameId: -1,
|
| - processId: 0,
|
| + processId: -1,
|
| tabId: 0,
|
| timeStamp: 0,
|
| url: URL_A }},
|
| @@ -56,7 +56,7 @@ onload = function() {
|
| event: "onBeforeNavigate",
|
| details: { frameId: 0,
|
| parentFrameId: -1,
|
| - processId: 0,
|
| + processId: -1,
|
| tabId: 0,
|
| timeStamp: 0,
|
| url: URL_B }},
|
|
|