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

Unified Diff: chrome/test/data/extensions/api_test/settings/managed_storage_disabled/background.js

Issue 10807086: Trigger chrome.storage.onChanged events for policy updates on the 'managed' namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased, addressed comments, fixed ManagedStorageDisabled test Created 8 years, 5 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/settings/managed_storage_disabled/background.js
diff --git a/chrome/test/data/extensions/api_test/settings/managed_storage_disabled/background.js b/chrome/test/data/extensions/api_test/settings/managed_storage_disabled/background.js
index ba0591458b34742e9a85d7f3a06c93c1dcf3e42c..8f27d834164a75c06d6825bfa6a40cd780a6c6f1 100644
--- a/chrome/test/data/extensions/api_test/settings/managed_storage_disabled/background.js
+++ b/chrome/test/data/extensions/api_test/settings/managed_storage_disabled/background.js
@@ -5,7 +5,6 @@
chrome.test.runTests([
function storageIsDisabled() {
chrome.storage.managed.get(
- null,
chrome.test.callbackFail(
'"managed" is not available in this instance of Chrome'));
}

Powered by Google App Engine
This is Rietveld 408576698