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/api_test/messaging/connect/manifest.json

Issue 1413543005: Use FrameTreeNode ID as frameId in extension APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/:/ / Created 4 years, 11 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/messaging/connect/manifest.json
diff --git a/chrome/test/data/extensions/api_test/messaging/connect/manifest.json b/chrome/test/data/extensions/api_test/messaging/connect/manifest.json
index abb898b8f03d2def83935310960c9afe754b927c..e9af6dbd8954f4165085f6e141604f71edddcdc3 100644
--- a/chrome/test/data/extensions/api_test/messaging/connect/manifest.json
+++ b/chrome/test/data/extensions/api_test/messaging/connect/manifest.json
@@ -15,7 +15,10 @@
},
{
"all_frames": true,
- "matches": ["http://*/*?testSendMessageFromFrame*"],
+ "matches": [
+ "http://*/*?testSendMessageFromFrame*",
+ "http://*/*?testConnectChildFrameAndNavigate*"
+ ],
"js": ["frame.js"]
}
]

Powered by Google App Engine
This is Rietveld 408576698