Chromium Code Reviews

Side by Side Diff: chrome/test/data/extensions/context_menus/incognito/manifest.json

Issue 4090011: Fix bug with context menus in incognito mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: manifest fix Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "name": "Tests that context menus work properly in incognito split mode",
3 "version": "0.1",
4 "permissions": ["contextMenus"],
5 "incognito": "split",
6 "background_page": "background.html"
7 }
OLDNEW

Powered by Google App Engine