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

Side by Side Diff: chrome/test/data/extensions/api_test/bookmark_manager/edit_disabled/manifest.json

Issue 10966025: Change bookmarkManager API from experimental to private. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: bookmarkManager->bookmarkManagerPrivate Created 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "name": "chrome.experimental.bookmarkManager (edit disabled)", 2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDQcByy+eN9jzazWF/DPn7NW47sW7lgmp k6eKc0BQM18q8hvEM3zNm2n7HkJv/R6fU+X5mtqkDuKvq5skF6qqUF4oEyaleWDFhd1xFwV7JV+/DU7b Z00w2+6gzqsabkerFpoP33ZRIw7OviJenP0c0uWqDWF8EGSyMhB3txqhOtiQIDAQAC",
3 "name": "chrome.bookmarkManagerPrivate (edit disabled)",
3 "version": "0.1", 4 "version": "0.1",
4 "manifest_version": 2, 5 "manifest_version": 2,
5 "description": "end-to-end browser test for chrome.experimental.bookmarkManage r API with editing disabled", 6 "description": "end-to-end browser test for chrome.bookmarkManagerPrivate API with editing disabled",
6 "background": { 7 "background": {
7 "page": "test.html" 8 "page": "test.html"
8 }, 9 },
9 "permissions": ["bookmarks", "experimental"] 10 "permissions": ["bookmarks", "bookmarkManagerPrivate"]
10 } 11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698