| Index: chrome/common/extensions/docs/samples.json
|
| diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
|
| index f4d6d527bd1127d4465ec87083ddc701b7994b8a..d533e600561bf243e9f61611b17348652f82d2db 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",
|
| @@ -691,12 +691,11 @@
|
| },
|
| {
|
| "api_calls": [
|
| - "chrome.appWindow.create"
|
| + "chrome.app.window.create"
|
| ],
|
| "crx_path": null,
|
| "description": "Add numbers. Now includes subtraction!",
|
| "features": [
|
| - "appWindow",
|
| "experimental"
|
| ],
|
| "icon": "icon_128.png",
|
| @@ -705,7 +704,7 @@
|
| "packaged_app": false,
|
| "path": "examples/extensions/calculator/",
|
| "protocols": [],
|
| - "search_string": "CALCULATOR (PACKAGED APP) ADD NUMBERS. NOW INCLUDES SUBTRACTION! APPWINDOW EXPERIMENTAL CHROME.APPWINDOW.CREATE",
|
| + "search_string": "CALCULATOR (PACKAGED APP) ADD NUMBERS. NOW INCLUDES SUBTRACTION! EXPERIMENTAL CHROME.APP.WINDOW.CREATE",
|
| "source_files": [
|
| "calculator.html",
|
| "controller.js",
|
| @@ -716,7 +715,7 @@
|
| "style.css",
|
| "view.js"
|
| ],
|
| - "source_hash": "20ae06f77aba6b84da3e7a0b7ed2bfc45551428a",
|
| + "source_hash": "025a9b2fbec186334eb8e9a27fe098be5b1cd316",
|
| "zip_path": "examples/extensions/calculator.zip"
|
| },
|
| {
|
|
|