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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "Packaged App Test: <webview> Navigation",
3 "description": "Verifies that the <webview> Navigation works as expected.",
4 "version": "1",
5 "permissions": [
6 "webview"
7 ],
8 "app": {
9 "background": {
10 "scripts": ["test.js"]
11 }
12 }
13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698