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

Unified Diff: chrome/common/extensions/docs/storage.html

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
Index: chrome/common/extensions/docs/storage.html
diff --git a/chrome/common/extensions/docs/experimental.storage.html b/chrome/common/extensions/docs/storage.html
similarity index 98%
copy from chrome/common/extensions/docs/experimental.storage.html
copy to chrome/common/extensions/docs/storage.html
index 7b0a5bfa0dc78ce688b4b3f056ce80ae48c97e3a..db01559cbaa00abe8d0a8076aa27ab0de9651999 100644
--- a/chrome/common/extensions/docs/experimental.storage.html
+++ b/chrome/common/extensions/docs/storage.html
@@ -16,7 +16,7 @@
<script type="text/javascript" src="js/api_page_generator.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/sidebar.js"></script>
- <meta name="description" content="Documentation for the chrome.experimental.storage module, which is part of the Google Chrome extension APIs."><title>chrome.experimental.storage - Google Chrome Extensions - Google Code</title></head>
+ <meta name="description" content="Documentation for the chrome.storage module, which is part of the Google Chrome extension APIs."><title>chrome.storage - Google Chrome Extensions - Google Code</title></head>
<body> <div id="gc-container" class="labs">
<div id="devModeWarning">
You are viewing extension docs in chrome via the 'file:' scheme: are you expecting to see local changes when you refresh? You'll need run chrome with --allow-file-access-from-files.
@@ -295,7 +295,7 @@
<div class="g-unit" id="gc-pagecontent">
<div id="pageTitle">
- <h1 class="page_title">chrome.experimental.storage</h1>
+ <h1 class="page_title">chrome.storage</h1>
</div>
<!-- TABLE OF CONTENTS -->
<div id="toc">
@@ -310,7 +310,7 @@
</ol>
</li>
<li>
- <a href="#apiReference">API reference: chrome.experimental.storage</a>
+ <a href="#apiReference">API reference: chrome.storage</a>
<ol>
<li>
<a href="#properties">Properties</a>
@@ -397,7 +397,7 @@
<!-- /TABLE OF CONTENTS -->
<!-- Standard content lead-in for experimental API pages -->
- <p id="classSummary">
+ <p id="classSummary" style="display: none; ">
For information on how to use experimental APIs, see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
</p>
@@ -407,7 +407,7 @@
<!-- API PAGE -->
<div class="apiPage">
<a name="apiReference"></a>
- <h2>API reference: chrome.experimental.storage</h2>
+ <h2>API reference: chrome.storage</h2>
<!-- PROPERTIES -->
<div class="apiGroup">
@@ -419,7 +419,7 @@
<h4>sync</h4>
<div class="summary">
<!-- Note: intentionally longer 80 columns -->
- <span>chrome.experimental.storage.</span><span>sync</span>
+ <span>chrome.storage.</span><span>sync</span>
</div>
<div>
<dt>
@@ -433,7 +433,7 @@
<span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
- <a href="experimental.storage.html#type-StorageNamespace">StorageNamespace</a>
+ <a href="storage.html#type-StorageNamespace">StorageNamespace</a>
</span>
<span style="display: none; ">
<span>
@@ -493,7 +493,7 @@
<h4>local</h4>
<div class="summary">
<!-- Note: intentionally longer 80 columns -->
- <span>chrome.experimental.storage.</span><span>local</span>
+ <span>chrome.storage.</span><span>local</span>
</div>
<div>
<dt>
@@ -507,7 +507,7 @@
<span class="enum" style="display: none; ">enumerated</span>
<span id="typeTemplate">
<span>
- <a href="experimental.storage.html#type-StorageNamespace">StorageNamespace</a>
+ <a href="storage.html#type-StorageNamespace">StorageNamespace</a>
</span>
<span style="display: none; ">
<span>
@@ -653,7 +653,7 @@
<div class="summary">
<!-- Note: intentionally longer 80 columns -->
- <span class="subdued">chrome.experimental.storage.</span><span>onChanged</span><span class="subdued">.addListener</span>(function(<span>object changes, string namespace</span>) <span class="subdued">{...}</span><span></span>);
+ <span class="subdued">chrome.storage.</span><span>onChanged</span><span class="subdued">.addListener</span>(function(<span>object changes, string namespace</span>) <span class="subdued">{...}</span><span></span>);
</div>
<div class="description">
« no previous file with comments | « chrome/common/extensions/docs/static/experimental.storage.html ('k') | chrome/common/extensions/extension_permission_set.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698