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

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

Issue 530593002: Added chrome.printerProvider API definitions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Thu Oct 30 10:56:43 PDT 2014 Created 6 years, 1 month 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 kNetworkingPrivate, 130 kNetworkingPrivate,
131 kNotificationProvider, 131 kNotificationProvider,
132 kNotifications, 132 kNotifications,
133 kOverrideEscFullscreen, 133 kOverrideEscFullscreen,
134 kPageCapture, 134 kPageCapture,
135 kPointerLock, 135 kPointerLock,
136 kPlugin, 136 kPlugin,
137 kPower, 137 kPower,
138 kPreferencesPrivate, 138 kPreferencesPrivate,
139 kPrincipalsPrivate, 139 kPrincipalsPrivate,
140 kPrinterProvider,
140 kPrivacy, 141 kPrivacy,
141 kProcesses, 142 kProcesses,
142 kProxy, 143 kProxy,
143 kPushMessaging, 144 kPushMessaging,
144 kImageWriterPrivate, 145 kImageWriterPrivate,
145 kReadingListPrivate, 146 kReadingListPrivate,
146 kRtcPrivate, 147 kRtcPrivate,
147 kSearchProvider, 148 kSearchProvider,
148 kSerial, 149 kSerial,
149 kSessions, 150 kSessions,
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 const char* const name_; 367 const char* const name_;
367 const int flags_; 368 const int flags_;
368 const int l10n_message_id_; 369 const int l10n_message_id_;
369 const PermissionMessage::ID message_id_; 370 const PermissionMessage::ID message_id_;
370 const APIPermissionConstructor api_permission_constructor_; 371 const APIPermissionConstructor api_permission_constructor_;
371 }; 372 };
372 373
373 } // namespace extensions 374 } // namespace extensions
374 375
375 #endif // EXTENSIONS_COMMON_PERMISSIONS_API_PERMISSION_H_ 376 #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