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

Unified Diff: chrome/common/extensions/permissions/permission_set_unittest.cc

Issue 12236005: Media Galleries: Disable write support. (try 2) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 10 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
« no previous file with comments | « chrome/common/extensions/permissions/media_galleries_permission_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/permissions/permission_set_unittest.cc
===================================================================
--- chrome/common/extensions/permissions/permission_set_unittest.cc (revision 181939)
+++ chrome/common/extensions/permissions/permission_set_unittest.cc (working copy)
@@ -620,10 +620,6 @@
#endif
{ "storage", false }, // none -> storage
{ "notifications", false }, // none -> notifications
- { "media_galleries1", true }, // read|all -> write|all
- { "media_galleries2", true }, // write|all -> read|all
- { "media_galleries3", true }, // all -> write|all
- { "media_galleries4", false }, // read|all -> all
};
for (size_t i = 0; i < ARRAYSIZE_UNSAFE(kTests); ++i) {
« no previous file with comments | « chrome/common/extensions/permissions/media_galleries_permission_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698