| Index: chrome/test/data/extensions/api_test/webnavigation/userAction/test_userAction.js
|
| diff --git a/chrome/test/data/extensions/api_test/webnavigation/userAction/test_userAction.js b/chrome/test/data/extensions/api_test/webnavigation/userAction/test_userAction.js
|
| index 227948bda50321a4195c5c5a2d36016a4a514b03..8aa34bd4ab606a2953ddcdeb45b09a08411cb132 100644
|
| --- a/chrome/test/data/extensions/api_test/webnavigation/userAction/test_userAction.js
|
| +++ b/chrome/test/data/extensions/api_test/webnavigation/userAction/test_userAction.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') }},
|
|
|