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

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

Issue 19730002: V8ValueConverter for the activity logger that does not invoke interceptors and (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/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 b313f5d247d9356eab3dfa23ec16e3408bd4b35c..6834abb6bef5749c28fad18c14c20397be8a0d3f 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
@@ -222,13 +222,8 @@ testCases.push({
// Dom mutations
'Document.createElement',
'Document.createElement',
- 'Document.location',
'Node.appendChild',
- 'Document.location',
- 'Document.location',
'Node.insertBefore',
- 'Document.location',
- 'Document.location',
'Node.replaceChild',
//'Document.location',
'HTMLDocument.write',
@@ -292,13 +287,8 @@ testCases.push({
// Dom mutations
'Document.createElement',
'Document.createElement',
- 'Document.location',
'Node.appendChild',
- 'Document.location',
- 'Document.location',
'Node.insertBefore',
- 'Document.location',
- 'Document.location',
'Node.replaceChild',
//'Document.location',
'HTMLDocument.write',

Powered by Google App Engine
This is Rietveld 408576698