| Index: chrome/test/data/extensions/api_test/webnavigation/openTab/test_openTab.js
|
| diff --git a/chrome/test/data/extensions/api_test/webnavigation/openTab/test_openTab.js b/chrome/test/data/extensions/api_test/webnavigation/openTab/test_openTab.js
|
| index 381fe14f26a559d7f403e2c0b80b04af4f8067da..eeae79b70c4555b5df171531263987841df7e2aa 100644
|
| --- a/chrome/test/data/extensions/api_test/webnavigation/openTab/test_openTab.js
|
| +++ b/chrome/test/data/extensions/api_test/webnavigation/openTab/test_openTab.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') }},
|
| @@ -95,7 +95,7 @@ onload = function() {
|
| event: "onBeforeNavigate",
|
| details: { frameId: 0,
|
| parentFrameId: -1,
|
| - processId: 0,
|
| + processId: -1,
|
| tabId: 0,
|
| timeStamp: 0,
|
| url: getURL('c.html') }},
|
| @@ -126,7 +126,7 @@ onload = function() {
|
| event: "onBeforeNavigate",
|
| details: { frameId: 1,
|
| parentFrameId: 0,
|
| - processId: 0,
|
| + processId: -1,
|
| tabId: 0,
|
| timeStamp: 0,
|
| url: getURL('a.html') }},
|
| @@ -165,7 +165,7 @@ onload = function() {
|
| event: "onBeforeNavigate",
|
| details: { frameId: 0,
|
| parentFrameId: -1,
|
| - processId: 0,
|
| + processId: -1,
|
| tabId: 1,
|
| timeStamp: 0,
|
| url: getURL('b.html') }},
|
|
|