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