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

Unified Diff: chrome/common/extensions/docs/examples/api/topsites/magic8ball/manifest.json

Issue 9721013: Move topSites API out of experimental (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Merge Created 8 years, 9 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/topsites/magic8ball/manifest.json
diff --git a/chrome/common/extensions/docs/examples/api/topsites/magic8ball/manifest.json b/chrome/common/extensions/docs/examples/api/topsites/magic8ball/manifest.json
index 379037f2824da5b13d6dfcbf9179f38981adf996..84f12ac5aae6697daf1c878d693f861797abceb3 100644
--- a/chrome/common/extensions/docs/examples/api/topsites/magic8ball/manifest.json
+++ b/chrome/common/extensions/docs/examples/api/topsites/magic8ball/manifest.json
@@ -6,9 +6,8 @@
"newtab": "newTab.html"
},
"permissions": [
- "experimental",
- "chrome://favicon/",
- "chrome://thumb/"
+ "topSites",
+ "chrome://favicon/"
],
"manifest_version": 2
}

Powered by Google App Engine
This is Rietveld 408576698