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

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

Issue 6201005: Initial support for partitioning cookies for isolated apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refactor to use ContentBrowserClient. Created 9 years, 9 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/app_process/manifest.json
diff --git a/chrome/test/data/extensions/api_test/app_process/manifest.json b/chrome/test/data/extensions/api_test/app_process/manifest.json
index 2e354578951073d21d07c88cad59ab6bdac9cb9c..42a95fc2c400751ac288441178fb3bccebd4c2cd 100644
--- a/chrome/test/data/extensions/api_test/app_process/manifest.json
+++ b/chrome/test/data/extensions/api_test/app_process/manifest.json
@@ -11,7 +11,7 @@
"http://localhost/files/extensions/api_test/app_process/path4"
],
"launch": {
- "web_url": "http://localhost:1337/files/extensions/api_test/app_process/path1/foo.html"
+ "web_url": "http://localhost/files/extensions/api_test/app_process/path1/foo.html"
}
}
}

Powered by Google App Engine
This is Rietveld 408576698