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

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

Issue 10789026: Add browserAction.enable/disable as alias for pageAction.show/hide. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: optional tabid 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..48089a3280f24bff9152fb239f78fb875b7c1b6a 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -31,6 +31,8 @@
"chrome.bookmarks.removeTree": "bookmarks.html#method-removeTree",
"chrome.bookmarks.search": "bookmarks.html#method-search",
"chrome.bookmarks.update": "bookmarks.html#method-update",
+ "chrome.browserAction.disable": "browserAction.html#method-disable",
+ "chrome.browserAction.enable": "browserAction.html#method-enable",
"chrome.browserAction.getBadgeBackgroundColor": "browserAction.html#method-getBadgeBackgroundColor",
"chrome.browserAction.getBadgeText": "browserAction.html#method-getBadgeText",
"chrome.browserAction.getPopup": "browserAction.html#method-getPopup",
@@ -243,6 +245,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",

Powered by Google App Engine
This is Rietveld 408576698