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

Unified Diff: chrome/common/extensions/docs/examples/api/webNavigation/basic/manifest.json

Issue 10692097: Introduce webNavigation.onTabReplaced event that is fired when a tab from instant or prerender repl… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 8 years, 5 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/common/extensions/docs/examples/api/webNavigation/basic/manifest.json
diff --git a/chrome/common/extensions/docs/examples/api/webNavigation/basic/manifest.json b/chrome/common/extensions/docs/examples/api/webNavigation/basic/manifest.json
index 9efd35fc695005da16247729619e855f01ba3a06..160a99db1853fc8e38ce217651060b7d947a20a3 100644
--- a/chrome/common/extensions/docs/examples/api/webNavigation/basic/manifest.json
+++ b/chrome/common/extensions/docs/examples/api/webNavigation/basic/manifest.json
@@ -9,7 +9,6 @@
"default_popup": "popup.html"
},
"permissions": [
- "extension",
"webNavigation"
],
"manifest_version": 2

Powered by Google App Engine
This is Rietveld 408576698