| Index: chrome/test/data/extensions/api_test/webnavigation/test_simpleLoad.js
|
| diff --git a/chrome/test/data/extensions/api_test/webnavigation/test_simpleLoad.js b/chrome/test/data/extensions/api_test/webnavigation/test_simpleLoad.js
|
| index a40f8f11e9e2feea1354a8ad05abea2b7c19956c..a303c3ed0f75357ace0024256066f44418ee03d6 100644
|
| --- a/chrome/test/data/extensions/api_test/webnavigation/test_simpleLoad.js
|
| +++ b/chrome/test/data/extensions/api_test/webnavigation/test_simpleLoad.js
|
| @@ -14,12 +14,14 @@ function runTests() {
|
| { label: "a-onBeforeNavigate",
|
| event: "onBeforeNavigate",
|
| details: { frameId: 0,
|
| + processId: 0,
|
| tabId: 0,
|
| timeStamp: 0,
|
| url: getURL('simpleLoad/a.html') }},
|
| { label: "a-onCommitted",
|
| event: "onCommitted",
|
| details: { frameId: 0,
|
| + processId: 0,
|
| tabId: 0,
|
| timeStamp: 0,
|
| transitionQualifiers: [],
|
| @@ -28,12 +30,14 @@ function runTests() {
|
| { label: "a-onDOMContentLoaded",
|
| event: "onDOMContentLoaded",
|
| details: { frameId: 0,
|
| + processId: 0,
|
| tabId: 0,
|
| timeStamp: 0,
|
| url: getURL('simpleLoad/a.html') }},
|
| { label: "a-onCompleted",
|
| event: "onCompleted",
|
| details: { frameId: 0,
|
| + processId: 0,
|
| tabId: 0,
|
| timeStamp: 0,
|
| url: getURL('simpleLoad/a.html') }}],
|
|
|