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

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

Issue 90083002: Cast Extensions API: Major namespace and object renaming (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix unit_tests Created 7 years 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/api_test/webrtc_cast/manifest.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_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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 kUsbDevice, 152 kUsbDevice,
153 kVideoCapture, 153 kVideoCapture,
154 kVirtualKeyboardPrivate, 154 kVirtualKeyboardPrivate,
155 kWallpaper, 155 kWallpaper,
156 kWallpaperPrivate, 156 kWallpaperPrivate,
157 kWebConnectable, // for externally_connectable manifest key 157 kWebConnectable, // for externally_connectable manifest key
158 kWebNavigation, 158 kWebNavigation,
159 kWebRequest, 159 kWebRequest,
160 kWebRequestBlocking, 160 kWebRequestBlocking,
161 kWebRequestInternal, 161 kWebRequestInternal,
162 kWebRtc,
163 kWebrtcAudioPrivate, 162 kWebrtcAudioPrivate,
164 kWebrtcLoggingPrivate, 163 kWebrtcLoggingPrivate,
165 kWebstorePrivate, 164 kWebstorePrivate,
166 kWebView, 165 kWebView,
167 kScreenlockPrivate, 166 kScreenlockPrivate,
168 kSystemCpu, 167 kSystemCpu,
169 kSystemMemory, 168 kSystemMemory,
170 kSystemNetwork, 169 kSystemNetwork,
171 kSystemInfoCpu, 170 kSystemInfoCpu,
172 kSystemInfoMemory, 171 kSystemInfoMemory,
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 const char* const name_; 333 const char* const name_;
335 const int flags_; 334 const int flags_;
336 const int l10n_message_id_; 335 const int l10n_message_id_;
337 const PermissionMessage::ID message_id_; 336 const PermissionMessage::ID message_id_;
338 const APIPermissionConstructor api_permission_constructor_; 337 const APIPermissionConstructor api_permission_constructor_;
339 }; 338 };
340 339
341 } // namespace extensions 340 } // namespace extensions
342 341
343 #endif // EXTENSIONS_COMMON_PERMISSIONS_API_PERMISSION_H_ 342 #endif // EXTENSIONS_COMMON_PERMISSIONS_API_PERMISSION_H_
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/api_test/webrtc_cast/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698