Index: chrome/common/extensions/docs/samples.json |
diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json |
index 625f5f5a1795fdc9fdc057d863d6496f8886e106..52c92008737443a6c9742b2d2996a352b0b3f343 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", |
@@ -243,6 +243,7 @@ |
"chrome.fileSystem.chooseFile": "fileSystem.html#method-chooseFile", |
"chrome.fileSystem.getDisplayPath": "fileSystem.html#method-getDisplayPath", |
"chrome.fileSystem.getWritableFileEntry": "fileSystem.html#method-getWritableFileEntry", |
+ "chrome.fileSystem.isWritableFileEntry": "fileSystem.html#method-isWritableFileEntry", |
"chrome.history.addUrl": "history.html#method-addUrl", |
"chrome.history.deleteAll": "history.html#method-deleteAll", |
"chrome.history.deleteRange": "history.html#method-deleteRange", |