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

Unified Diff: chrome/test/data/extensions/api_test/webnavigation/crossProcessIframe/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/webnavigation/crossProcessIframe/manifest.json
diff --git a/chrome/test/data/extensions/api_test/webnavigation/crossProcessAbort/manifest.json b/chrome/test/data/extensions/api_test/webnavigation/crossProcessIframe/manifest.json
similarity index 78%
copy from chrome/test/data/extensions/api_test/webnavigation/crossProcessAbort/manifest.json
copy to chrome/test/data/extensions/api_test/webnavigation/crossProcessIframe/manifest.json
index 42c8301dc6c82dde956e13ba216380acefe4393e..81a3ff1be8e59c7a297ba9fae13caa08dd21836a 100644
--- a/chrome/test/data/extensions/api_test/webnavigation/crossProcessAbort/manifest.json
+++ b/chrome/test/data/extensions/api_test/webnavigation/crossProcessIframe/manifest.json
@@ -2,9 +2,9 @@
"name": "webNavigation",
"version": "1.0",
"manifest_version": 2,
- "description": "Tests the webNavigation API events - crossProcessAbort.",
+ "description": "Tests the webNavigation API events - crossProcessIframe.",
"background": {
- "page": "test_crossProcessAbort.html"
+ "page": "test_crossProcessIframe.html"
},
"permissions": ["webNavigation", "tabs"]
}

Powered by Google App Engine
This is Rietveld 408576698