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

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

Issue 1051333002: Add permission "mediaRouterPrivate" for the Media Router Mojo service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed permissions strings. Created 5 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
« no previous file with comments | « chrome/common/extensions/permissions/permission_set_unittest.cc ('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_API_PERMISSION_H_ 5 #ifndef EXTENSIONS_COMMON_PERMISSIONS_API_PERMISSION_H_
6 #define EXTENSIONS_COMMON_PERMISSIONS_API_PERMISSION_H_ 6 #define EXTENSIONS_COMMON_PERMISSIONS_API_PERMISSION_H_
7 7
8 #include <map> 8 #include <map>
9 #include <set> 9 #include <set>
10 #include <string> 10 #include <string>
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 kInlineInstallPrivate, 135 kInlineInstallPrivate,
136 kInput, 136 kInput,
137 kInputMethodPrivate, 137 kInputMethodPrivate,
138 kInterceptAllKeys, 138 kInterceptAllKeys,
139 kLauncherSearchProvider, 139 kLauncherSearchProvider,
140 kLocation, 140 kLocation,
141 kLogPrivate, 141 kLogPrivate,
142 kManagement, 142 kManagement,
143 kMediaGalleries, 143 kMediaGalleries,
144 kMediaPlayerPrivate, 144 kMediaPlayerPrivate,
145 kMediaRouterPrivate,
145 kMetricsPrivate, 146 kMetricsPrivate,
146 kMDns, 147 kMDns,
147 kMusicManagerPrivate, 148 kMusicManagerPrivate,
148 kNativeMessaging, 149 kNativeMessaging,
149 kNetworkingConfig, 150 kNetworkingConfig,
150 kNetworkingPrivate, 151 kNetworkingPrivate,
151 kNotificationProvider, 152 kNotificationProvider,
152 kNotifications, 153 kNotifications,
153 kOverrideEscFullscreen, 154 kOverrideEscFullscreen,
154 kPageCapture, 155 kPageCapture,
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 const char* const name_; 446 const char* const name_;
446 const int flags_; 447 const int flags_;
447 const int l10n_message_id_; 448 const int l10n_message_id_;
448 const PermissionMessage::ID message_id_; 449 const PermissionMessage::ID message_id_;
449 const APIPermissionConstructor api_permission_constructor_; 450 const APIPermissionConstructor api_permission_constructor_;
450 }; 451 };
451 452
452 } // namespace extensions 453 } // namespace extensions
453 454
454 #endif // EXTENSIONS_COMMON_PERMISSIONS_API_PERMISSION_H_ 455 #endif // EXTENSIONS_COMMON_PERMISSIONS_API_PERMISSION_H_
OLDNEW
« no previous file with comments | « chrome/common/extensions/permissions/permission_set_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698