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

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: Ben's comments, fix for mac compilation Created 7 years, 4 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 0143ccecafcd3a225c7c2fea57a7865dc10f449c..e1572a0feb3963f96f7e6b92aa5cc5d2c7c43941 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
@@ -217,13 +217,8 @@ domExpectedActivity = [
// 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