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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/test/data/extensions/allow_silent_upgrade/platformapp2_new.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef EXTENSIONS_COMMON_PERMISSIONS_PERMISSION_MESSAGE_H_ 5 #ifndef EXTENSIONS_COMMON_PERMISSIONS_PERMISSION_MESSAGE_H_
6 #define EXTENSIONS_COMMON_PERMISSIONS_PERMISSION_MESSAGE_H_ 6 #define EXTENSIONS_COMMON_PERMISSIONS_PERMISSION_MESSAGE_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
(...skipping 29 matching lines...) Expand all
40 kFullAccess, 40 kFullAccess,
41 kClipboard, 41 kClipboard,
42 kTtsEngine, 42 kTtsEngine,
43 kContentSettings, 43 kContentSettings,
44 kPrivacy, 44 kPrivacy,
45 kManagedMode, 45 kManagedMode,
46 kInput, 46 kInput,
47 kAudioCapture, 47 kAudioCapture,
48 kVideoCapture, 48 kVideoCapture,
49 kDownloads, 49 kDownloads,
50 kFileSystemWrite, 50 kDeleted_FileSystemWrite,
51 kMediaGalleriesAllGalleriesRead, 51 kMediaGalleriesAllGalleriesRead,
52 kSerial, 52 kSerial,
53 kSocketAnyHost, 53 kSocketAnyHost,
54 kSocketDomainHosts, 54 kSocketDomainHosts,
55 kSocketSpecificHosts, 55 kSocketSpecificHosts,
56 kBluetooth, 56 kBluetooth,
57 kUsb, 57 kUsb,
58 kSystemIndicator, 58 kSystemIndicator,
59 kUsbDevice, 59 kUsbDevice,
60 kMediaGalleriesAllGalleriesCopyTo, 60 kMediaGalleriesAllGalleriesCopyTo,
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 ID id_; 123 ID id_;
124 base::string16 message_; 124 base::string16 message_;
125 base::string16 details_; 125 base::string16 details_;
126 }; 126 };
127 127
128 typedef std::vector<PermissionMessage> PermissionMessages; 128 typedef std::vector<PermissionMessage> PermissionMessages;
129 129
130 } // namespace extensions 130 } // namespace extensions
131 131
132 #endif // EXTENSIONS_COMMON_PERMISSIONS_PERMISSION_MESSAGE_H_ 132 #endif // EXTENSIONS_COMMON_PERMISSIONS_PERMISSION_MESSAGE_H_
OLDNEW
« 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