summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/static
diff options
context:
space:
mode:
authorkalman@chromium.org <kalman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-31 05:12:01 +0000
committerkalman@chromium.org <kalman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-31 05:12:01 +0000
commit6c377605a796251d51efe70e903218a6f2ea78b4 (patch)
tree17856a10bed983bd548040a4b19924be9d9b332b /chrome/common/extensions/docs/static
parenta9b16dd01eea5070cab620a1177a05a6b43677ee (diff)
downloadchromium_src-6c377605a796251d51efe70e903218a6f2ea78b4.zip
chromium_src-6c377605a796251d51efe70e903218a6f2ea78b4.tar.gz
chromium_src-6c377605a796251d51efe70e903218a6f2ea78b4.tar.bz2
Put the Extension Storage API back under experimental until the next release.
There are a couple of missing pieces, notably turning on the sync feature by default (blocked on writing integration tests). This patch will be reverted ASAP after the next release build is stable. BUG= TEST=browser_tests --gtest_filter=ExtensionSettings*; unit_tests --gtest_filter=ExtensionSettings* Review URL: http://codereview.chromium.org/9233043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119854 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/static')
-rw-r--r--chrome/common/extensions/docs/static/experimental.storage.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/chrome/common/extensions/docs/static/experimental.storage.html b/chrome/common/extensions/docs/static/experimental.storage.html
deleted file mode 100644
index 465cec79..0000000
--- a/chrome/common/extensions/docs/static/experimental.storage.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<div id="pageData-name" class="pageData">experimental.storage</div>
-
-<p>
-The <code>Storage</code> API is no longer experimental;
-it's supported! You can read all about it at its new home:
-</p>
-
-<blockquote>
-<a href="storage.html">chrome.storage</a>
-</blockquote>