Index: chrome/test/data/extensions/platform_apps/restrictions/main.js |
diff --git a/chrome/test/data/extensions/platform_apps/restrictions/main.js b/chrome/test/data/extensions/platform_apps/restrictions/main.js |
index 1c50ca264bda09a9e5a0f892ec6a4b8bd508a3ff..659399f03de6d7ef1f86875c193303373531109a 100644 |
--- a/chrome/test/data/extensions/platform_apps/restrictions/main.js |
+++ b/chrome/test/data/extensions/platform_apps/restrictions/main.js |
@@ -165,7 +165,6 @@ chrome.test.runTests([ |
assertEq('undefined', typeof(chrome.app.getDetailsForFrame)); |
assertEq('undefined', typeof(chrome.app.runningState)); |
} |
- assertEq('undefined', typeof(chrome.appNotifications)); |
assertEq('undefined', typeof(chrome.extension)); |
succeed(); |
}, |