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

Unified Diff: extensions/common/permissions/permission_message.h

Issue 253433002: Stop prompting for the file system write permission in packaged apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Indent Created 6 years, 8 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/test/data/extensions/allow_silent_upgrade/platformapp2_new.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/permissions/permission_message.h
diff --git a/extensions/common/permissions/permission_message.h b/extensions/common/permissions/permission_message.h
index 361154545bb49cc69e1a100d98748139a74f6c77..41b86f1c4f0defc5dbb5a28a6762319b0c6b6ad6 100644
--- a/extensions/common/permissions/permission_message.h
+++ b/extensions/common/permissions/permission_message.h
@@ -47,7 +47,7 @@ class PermissionMessage {
kAudioCapture,
kVideoCapture,
kDownloads,
- kFileSystemWrite,
+ kDeleted_FileSystemWrite,
kMediaGalleriesAllGalleriesRead,
kSerial,
kSocketAnyHost,
« no previous file with comments | « chrome/test/data/extensions/allow_silent_upgrade/platformapp2_new.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698