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

Unified Diff: chrome/test/data/extensions/api_test/content_scripts/extension_api/fire_event.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
Index: chrome/test/data/extensions/api_test/content_scripts/extension_api/fire_event.js
diff --git a/chrome/test/data/extensions/api_test/content_scripts/extension_api/fire_event.js b/chrome/test/data/extensions/api_test/content_scripts/extension_api/fire_event.js
index 8c9719ce04fc23882bea5fbf1c94cf8f8c0ccfbe..1638067970b19925ef08e4f35b0bffd795e20c00 100644
--- a/chrome/test/data/extensions/api_test/content_scripts/extension_api/fire_event.js
+++ b/chrome/test/data/extensions/api_test/content_scripts/extension_api/fire_event.js
@@ -1,5 +1,5 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-chrome.experimental.storage.sync.set({foo:new Date().getTime()});
+chrome.storage.sync.set({foo:new Date().getTime()});

Powered by Google App Engine
This is Rietveld 408576698