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

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

Issue 10808093: move openMediaGalleryManager fn out of experimental. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 80 chars 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 35184a380b2d27531c4ccf028216044bad721533..e29e05bfbfe6b08361a994c5b86d8c7bb8e6a520 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -155,7 +155,6 @@
"chrome.experimental.keybinding.onCommand": "experimental.keybinding.html#event-onCommand",
"chrome.experimental.mediaGalleries.assembleMediaFile": "experimental.mediaGalleries.html#method-assembleMediaFile",
"chrome.experimental.mediaGalleries.extractEmbeddedThumbnails": "experimental.mediaGalleries.html#method-extractEmbeddedThumbnails",
- "chrome.experimental.mediaGalleries.getMediaFileSystems": "experimental.mediaGalleries.html#method-getMediaFileSystems",
"chrome.experimental.offscreenTabs.create": "experimental.offscreenTabs.html#method-create",
"chrome.experimental.offscreenTabs.get": "experimental.offscreenTabs.html#method-get",
"chrome.experimental.offscreenTabs.getAll": "experimental.offscreenTabs.html#method-getAll",
@@ -282,6 +281,7 @@
"chrome.management.onUninstalled": "management.html#event-onUninstalled",
"chrome.management.setEnabled": "management.html#method-setEnabled",
"chrome.management.uninstall": "management.html#method-uninstall",
+ "chrome.mediaGalleries.getMediaFileSystems": "mediaGalleries.html#method-getMediaFileSystems",
"chrome.omnibox.onInputCancelled": "omnibox.html#event-onInputCancelled",
"chrome.omnibox.onInputChanged": "omnibox.html#event-onInputChanged",
"chrome.omnibox.onInputEntered": "omnibox.html#event-onInputEntered",

Powered by Google App Engine
This is Rietveld 408576698