| Index: chrome/common/extensions/docs/samples.json
|
| diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
|
| index 71d967e074988cc9ba54fd5ed06f39d15319a31d..f916d6b026fbebe38a83cc876ca5aab5f440f64e 100644
|
| --- a/chrome/common/extensions/docs/samples.json
|
| +++ b/chrome/common/extensions/docs/samples.json
|
| @@ -6,13 +6,13 @@
|
| "chrome.alarms.get": "alarms.html#method-get",
|
| "chrome.alarms.getAll": "alarms.html#method-getAll",
|
| "chrome.alarms.onAlarm": "alarms.html#event-onAlarm",
|
| - "chrome.appWindow.create": "appWindow.html#method-create",
|
| - "chrome.appWindow.focus": "appWindow.html#method-focus",
|
| - "chrome.appWindow.maximize": "appWindow.html#method-maximize",
|
| - "chrome.appWindow.minimize": "appWindow.html#method-minimize",
|
| - "chrome.appWindow.moveTo": "appWindow.html#method-moveTo",
|
| - "chrome.appWindow.resizeTo": "appWindow.html#method-resizeTo",
|
| - "chrome.appWindow.restore": "appWindow.html#method-restore",
|
| + "chrome.app.window.create": "app.window.html#method-create",
|
| + "chrome.app.window.focus": "app.window.html#method-focus",
|
| + "chrome.app.window.maximize": "app.window.html#method-maximize",
|
| + "chrome.app.window.minimize": "app.window.html#method-minimize",
|
| + "chrome.app.window.moveTo": "app.window.html#method-moveTo",
|
| + "chrome.app.window.resizeTo": "app.window.html#method-resizeTo",
|
| + "chrome.app.window.restore": "app.window.html#method-restore",
|
| "chrome.bookmarks.create": "bookmarks.html#method-create",
|
| "chrome.bookmarks.get": "bookmarks.html#method-get",
|
| "chrome.bookmarks.getChildren": "bookmarks.html#method-getChildren",
|
|
|