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

Side by Side Diff: extensions/common/permissions/permission_message.h

Issue 345563008: Rename "managed (mode|user)" to "supervised user" (part 4) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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 | « components/signin/core/browser/profile_oauth2_token_service.h ('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 24 matching lines...) Expand all
35 kHosts1, 35 kHosts1,
36 kHosts2, 36 kHosts2,
37 kHosts3, 37 kHosts3,
38 kHosts4OrMore, 38 kHosts4OrMore,
39 kHostsAll, 39 kHostsAll,
40 kFullAccess, 40 kFullAccess,
41 kClipboard, 41 kClipboard,
42 kTtsEngine, 42 kTtsEngine,
43 kContentSettings, 43 kContentSettings,
44 kPrivacy, 44 kPrivacy,
45 kManagedMode, 45 kSupervisedUser,
46 kInput, 46 kInput,
47 kAudioCapture, 47 kAudioCapture,
48 kVideoCapture, 48 kVideoCapture,
49 kDownloads, 49 kDownloads,
50 kDeleted_FileSystemWrite, 50 kDeleted_FileSystemWrite,
51 kMediaGalleriesAllGalleriesRead, 51 kMediaGalleriesAllGalleriesRead,
52 kSerial, 52 kSerial,
53 kSocketAnyHost, 53 kSocketAnyHost,
54 kSocketDomainHosts, 54 kSocketDomainHosts,
55 kSocketSpecificHosts, 55 kSocketSpecificHosts,
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 ID id_; 124 ID id_;
125 base::string16 message_; 125 base::string16 message_;
126 base::string16 details_; 126 base::string16 details_;
127 }; 127 };
128 128
129 typedef std::vector<PermissionMessage> PermissionMessages; 129 typedef std::vector<PermissionMessage> PermissionMessages;
130 130
131 } // namespace extensions 131 } // namespace extensions
132 132
133 #endif // EXTENSIONS_COMMON_PERMISSIONS_PERMISSION_MESSAGE_H_ 133 #endif // EXTENSIONS_COMMON_PERMISSIONS_PERMISSION_MESSAGE_H_
OLDNEW
« no previous file with comments | « components/signin/core/browser/profile_oauth2_token_service.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698