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

Unified Diff: chrome/test/data/extensions/api_test/activity_log_private/test/test.js

Issue 187803005: Remove uses of the Legacy Notification API and tests on Linux Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/api_test/activity_log_private/test/test.js
diff --git a/chrome/test/data/extensions/api_test/activity_log_private/test/test.js b/chrome/test/data/extensions/api_test/activity_log_private/test/test.js
index ee2643c8c2e0f8198fc2ef50aac1d80fe92a475f..35bc231292810cdb2d1b1821ec9a5d4f56d1285e 100644
--- a/chrome/test/data/extensions/api_test/activity_log_private/test/test.js
+++ b/chrome/test/data/extensions/api_test/activity_log_private/test/test.js
@@ -248,9 +248,6 @@ var domExpectedActivity = [
'Storage.getItem',
'Storage.removeItem',
'Storage.clear',
- // Notification access
- 'Window.webkitNotifications',
- 'NotificationCenter.createNotification',
// Cache access
'Window.applicationCache',
// Web database access

Powered by Google App Engine
This is Rietveld 408576698