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

Unified Diff: chrome/common/extensions/docs/examples/api/processes/show_tabs/manifest.json

Issue 22584002: Move processes API to dev channel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased again Created 7 years, 4 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/processes/show_tabs/manifest.json
diff --git a/chrome/common/extensions/docs/examples/api/processes/show_tabs/manifest.json b/chrome/common/extensions/docs/examples/api/processes/show_tabs/manifest.json
index e321acf617a7dbbe7835145cb8773fddffa48635..bdbdb1e22543aea4a547a183dacb42a8df60f7f1 100644
--- a/chrome/common/extensions/docs/examples/api/processes/show_tabs/manifest.json
+++ b/chrome/common/extensions/docs/examples/api/processes/show_tabs/manifest.json
@@ -3,7 +3,7 @@
"version": "1.0",
"description": "Adds a browser action showing which tabs share the current tab's process.",
"permissions": [
- "experimental", "tabs", "chrome://favicon/*"
+ "processes", "tabs", "chrome://favicon/*"
],
"browser_action": {
"default_title": "Show Tabs in this Process",

Powered by Google App Engine
This is Rietveld 408576698