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

Unified Diff: chrome/test/data/extensions/platform_apps/restrictions/main.js

Issue 12680004: Remove chrome/ code to handle App Notifications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix merge conflicts. Created 7 years, 9 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/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();
},

Powered by Google App Engine
This is Rietveld 408576698