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

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: rebased 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 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",

Powered by Google App Engine
This is Rietveld 408576698