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

Unified Diff: chrome/test/data/extensions/api_test/webnavigation/app/manifest.json

Issue 10823169: Another attempt at fixing dead frames being tracked by webNavigation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 8 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/webnavigation/app/manifest.json
diff --git a/chrome/test/data/extensions/api_test/webnavigation/app/manifest.json b/chrome/test/data/extensions/api_test/webnavigation/app/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..4e45ec9a4f9c3b8dfe31a7b4c1a9cea9c1c56cd2
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/webnavigation/app/manifest.json
@@ -0,0 +1,16 @@
+{
+ "name": "App Test",
+ "version": "1",
+ "manifest_version": 2,
+ "permissions": [
+ "background"
+ ],
+ "app": {
+ "launch": {
+ "web_url": "http://www.a.com/"
+ },
+ "urls": [
+ "http://www.a.com/server-redirect"
Charlie Reis 2012/08/06 20:04:13 Why is this the web extent for the app? It doesn'
jochen (gone - plz use gerrit) 2012/08/06 21:08:39 I made this the launch URL.
Charlie Reis 2012/08/06 21:30:26 Now there's no extent, so we'll never enter the ap
jochen (gone - plz use gerrit) 2012/08/06 21:42:32 Without an extent, the launch url's host + /* is u
+ ]
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698