| Index: chrome/test/data/extensions/api_test/webnavigation/download/test_download.js
|
| diff --git a/chrome/test/data/extensions/api_test/webnavigation/download/test_download.js b/chrome/test/data/extensions/api_test/webnavigation/download/test_download.js
|
| index 6cde8e48fc6706b1d0c754e73c8cb3c7d537f157..e71ea08d55d2cc82f66ef4d1470825ef3e69ea60 100644
|
| --- a/chrome/test/data/extensions/api_test/webnavigation/download/test_download.js
|
| +++ b/chrome/test/data/extensions/api_test/webnavigation/download/test_download.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') }},
|
|
|