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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/navigation/manifest.json

Issue 17447005: <webview>: Move back, forward, canGoBack, canGoForward, go from content to chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@filter_listener
Patch Set: Created 7 years, 6 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/platform_apps/web_view/navigation/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/web_view/navigation/manifest.json b/chrome/test/data/extensions/platform_apps/web_view/navigation/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..7bb498865efa19cf3801c22ec3850b0c4f710089
--- /dev/null
+++ b/chrome/test/data/extensions/platform_apps/web_view/navigation/manifest.json
@@ -0,0 +1,13 @@
+{
+ "name": "Packaged App Test: <webview> Navigation",
+ "description": "Verifies that the <webview> Navigation works as expected.",
+ "version": "1",
+ "permissions": [
+ "webview"
+ ],
+ "app": {
+ "background": {
+ "scripts": ["test.js"]
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698