Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(173)

Unified Diff: chrome/common/extensions/docs/samples.json

Issue 10659021: Move chrome.appWindow to chrome.app.window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
« no previous file with comments | « chrome/common/extensions/docs/extensions/samples.html ('k') | chrome/common/extensions/docs/static/app.window.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698