| Index: chrome/test/data/extensions/api_test/webnavigation/targetBlank/test_targetBlank.js
|
| diff --git a/chrome/test/data/extensions/api_test/webnavigation/targetBlank/test_targetBlank.js b/chrome/test/data/extensions/api_test/webnavigation/targetBlank/test_targetBlank.js
|
| index df2253e695870912e9387ed336b7565ad4598e92..f4afb554128d6b4fd3767d3d9836409522e2590d 100644
|
| --- a/chrome/test/data/extensions/api_test/webnavigation/targetBlank/test_targetBlank.js
|
| +++ b/chrome/test/data/extensions/api_test/webnavigation/targetBlank/test_targetBlank.js
|
| @@ -25,7 +25,7 @@ onload = function() {
|
| event: "onBeforeNavigate",
|
| details: { frameId: 0,
|
| parentFrameId: -1,
|
| - processId: 0,
|
| + processId: -1,
|
| tabId: 0,
|
| timeStamp: 0,
|
| url: URL_LOAD }},
|
| @@ -64,7 +64,7 @@ onload = function() {
|
| event: "onBeforeNavigate",
|
| details: { frameId: 0,
|
| parentFrameId: -1,
|
| - processId: 0,
|
| + processId: -1,
|
| tabId: 1,
|
| timeStamp: 0,
|
| url: URL_TARGET }},
|
|
|