| Index: chrome/test/data/extensions/api_test/webnavigation/requestOpenTab/test_requestOpenTab.js
|
| diff --git a/chrome/test/data/extensions/api_test/webnavigation/requestOpenTab/test_requestOpenTab.js b/chrome/test/data/extensions/api_test/webnavigation/requestOpenTab/test_requestOpenTab.js
|
| index 7a4a26b1f733d2b4df6ec5cf9468006fa37f5f8c..8b71fb75d06f6ddcc2d8286225600b4ba15b420e 100644
|
| --- a/chrome/test/data/extensions/api_test/webnavigation/requestOpenTab/test_requestOpenTab.js
|
| +++ b/chrome/test/data/extensions/api_test/webnavigation/requestOpenTab/test_requestOpenTab.js
|
| @@ -15,7 +15,7 @@ onload = function() {
|
| event: "onBeforeNavigate",
|
| details: { frameId: 0,
|
| parentFrameId: -1,
|
| - processId: 0,
|
| + processId: -1,
|
| tabId: 0,
|
| timeStamp: 0,
|
| url: getURL('a.html') }},
|
| @@ -54,7 +54,7 @@ onload = function() {
|
| event: "onBeforeNavigate",
|
| details: { frameId: 0,
|
| parentFrameId: -1,
|
| - processId: 0,
|
| + processId: -1,
|
| tabId: 1,
|
| timeStamp: 0,
|
| url: getURL('b.html') }},
|
|
|