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

Unified Diff: chrome/common/extensions/docs/js/api_page_generator.js

Issue 9274004: Take the Extension Storage API out of experimental. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 11 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
« no previous file with comments | « chrome/common/extensions/docs/experimental.storage.html ('k') | chrome/common/extensions/docs/samples.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/js/api_page_generator.js
diff --git a/chrome/common/extensions/docs/js/api_page_generator.js b/chrome/common/extensions/docs/js/api_page_generator.js
index 8ad701f0cc7743a6db385ee6b462a1aa0a3c017d..5b550c66b2c440a4607edd06de972e9ed568b4c8 100644
--- a/chrome/common/extensions/docs/js/api_page_generator.js
+++ b/chrome/common/extensions/docs/js/api_page_generator.js
@@ -46,7 +46,6 @@ var MODULE_SCHEMAS = [
'../api/experimental.serial.json',
'../api/experimental.socket.json',
'../api/experimental.speechInput.json',
- '../api/experimental.storage.json',
'../api/experimental.topSites.json',
'../api/extension.json',
'../api/fileBrowserHandler.json',
@@ -64,6 +63,7 @@ var MODULE_SCHEMAS = [
'../api/pageCapture.json',
'../api/permissions.json',
'../api/proxy.json',
+ '../api/storage.json',
'../api/systemPrivate.json',
'../api/tabs.json',
'../api/test.json',
« no previous file with comments | « chrome/common/extensions/docs/experimental.storage.html ('k') | chrome/common/extensions/docs/samples.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698