| Index: chrome/common/extensions/docs/samples.json
|
| diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
|
| index b0302c62369f47fd534f105afd281c12b04fa518..f4d6d527bd1127d4465ec87083ddc701b7994b8a 100644
|
| --- a/chrome/common/extensions/docs/samples.json
|
| +++ b/chrome/common/extensions/docs/samples.json
|
| @@ -6,8 +6,8 @@
|
| "chrome.alarms.get": "alarms.html#method-get",
|
| "chrome.alarms.getAll": "alarms.html#method-getAll",
|
| "chrome.alarms.onAlarm": "alarms.html#event-onAlarm",
|
| - "chrome.appWindow.activate": "appWindow.html#method-activate",
|
| "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",
|
|
|