| Index: chrome/test/data/extensions/api_test/webnavigation/history/test_history.js
|
| diff --git a/chrome/test/data/extensions/api_test/webnavigation/history/test_history.js b/chrome/test/data/extensions/api_test/webnavigation/history/test_history.js
|
| index e769987fbdef5098cf55ae4ee71afb89773b3a8b..0c07abfb40ce7cdf9baf68206fb8c9b8f9e57c8f 100644
|
| --- a/chrome/test/data/extensions/api_test/webnavigation/history/test_history.js
|
| +++ b/chrome/test/data/extensions/api_test/webnavigation/history/test_history.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') }},
|
| @@ -62,7 +62,7 @@ onload = function() {
|
| event: "onBeforeNavigate",
|
| details: { frameId: 0,
|
| parentFrameId: -1,
|
| - processId: 0,
|
| + processId: -1,
|
| tabId: 0,
|
| timeStamp: 0,
|
| url: getURL('c.html') }},
|
|
|