| Index: chrome/test/data/extensions/api_test/webnavigation/srcdoc/test_srcdoc.js
|
| diff --git a/chrome/test/data/extensions/api_test/webnavigation/srcdoc/test_srcdoc.js b/chrome/test/data/extensions/api_test/webnavigation/srcdoc/test_srcdoc.js
|
| index 44f07679e41d1258cfdde0f441f87f0db8d314d8..037decdf6045e7e4666cafd34a3da2d6b1843963 100644
|
| --- a/chrome/test/data/extensions/api_test/webnavigation/srcdoc/test_srcdoc.js
|
| +++ b/chrome/test/data/extensions/api_test/webnavigation/srcdoc/test_srcdoc.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') }},
|
| @@ -46,7 +46,7 @@ onload = function() {
|
| event: "onBeforeNavigate",
|
| details: { frameId: 1,
|
| parentFrameId: 0,
|
| - processId: 0,
|
| + processId: -1,
|
| tabId: 0,
|
| timeStamp: 0,
|
| url: 'about:srcdoc' }},
|
|
|