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

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

Issue 267863005: Adds syncedNotificationsPrivate API IDL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge histograms again... Created 6 years, 7 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
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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 kRtcPrivate, 134 kRtcPrivate,
135 kSearchProvider, 135 kSearchProvider,
136 kSerial, 136 kSerial,
137 kSessions, 137 kSessions,
138 kSignedInDevices, 138 kSignedInDevices,
139 kSocket, 139 kSocket,
140 kStartupPages, 140 kStartupPages,
141 kStorage, 141 kStorage,
142 kStreamsPrivate, 142 kStreamsPrivate,
143 kSyncFileSystem, 143 kSyncFileSystem,
144 kSyncedNotificationsPrivate,
144 kSystemPrivate, 145 kSystemPrivate,
145 kSystemDisplay, 146 kSystemDisplay,
146 kSystemStorage, 147 kSystemStorage,
147 kTab, 148 kTab,
148 kTabCapture, 149 kTabCapture,
149 kTabCaptureForTab, 150 kTabCaptureForTab,
150 kTerminalPrivate, 151 kTerminalPrivate,
151 kTopSites, 152 kTopSites,
152 kTts, 153 kTts,
153 kTtsEngine, 154 kTtsEngine,
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 const char* const name_; 353 const char* const name_;
353 const int flags_; 354 const int flags_;
354 const int l10n_message_id_; 355 const int l10n_message_id_;
355 const PermissionMessage::ID message_id_; 356 const PermissionMessage::ID message_id_;
356 const APIPermissionConstructor api_permission_constructor_; 357 const APIPermissionConstructor api_permission_constructor_;
357 }; 358 };
358 359
359 } // namespace extensions 360 } // namespace extensions
360 361
361 #endif // EXTENSIONS_COMMON_PERMISSIONS_API_PERMISSION_H_ 362 #endif // EXTENSIONS_COMMON_PERMISSIONS_API_PERMISSION_H_
OLDNEW
« no previous file with comments | « extensions/browser/extension_function_histogram_value.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698