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

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

Issue 3307013: Implement the webNavigation.onCommitted event. (Closed)
Patch Set: updates Created 10 years, 3 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/navigation/manifest.json
diff --git a/chrome/test/data/extensions/api_test/webnavigation/navigation/manifest.json b/chrome/test/data/extensions/api_test/webnavigation/navigation/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..c5538ce7c3987cf6ca6648c6b1546ced61691412
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/webnavigation/navigation/manifest.json
@@ -0,0 +1,7 @@
+{
+ "name": "navigation",
+ "version": "1.0",
+ "description": "Tests the webNavigation API events.",
+ "permissions": ["experimental", "tabs"],
+ "background_page": "test.html"
+}

Powered by Google App Engine
This is Rietveld 408576698