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

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

Issue 10823193: Move MediaGalleries.getMediaFileSystems back to experimental for M22 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 ee8854157c53517a7f0f3a0597fa026d71735529..fce741e423e3823f20eeb12949082da2f5947374 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -157,6 +157,7 @@
"chrome.experimental.infobars.show": "experimental.infobars.html#method-show",
"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",
@@ -272,7 +273,6 @@
"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