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

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

Issue 780363003: Delete deprecated synced notifications code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More cleanup Created 6 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
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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 kRtcPrivate, 159 kRtcPrivate,
160 kSearchProvider, 160 kSearchProvider,
161 kSerial, 161 kSerial,
162 kSessions, 162 kSessions,
163 kSignedInDevices, 163 kSignedInDevices,
164 kSocket, 164 kSocket,
165 kStartupPages, 165 kStartupPages,
166 kStorage, 166 kStorage,
167 kStreamsPrivate, 167 kStreamsPrivate,
168 kSyncFileSystem, 168 kSyncFileSystem,
169 kSyncedNotificationsPrivate,
170 kSystemPrivate, 169 kSystemPrivate,
171 kSystemDisplay, 170 kSystemDisplay,
172 kSystemStorage, 171 kSystemStorage,
173 kTab, 172 kTab,
174 kTabCapture, 173 kTabCapture,
175 kTabCaptureForTab, 174 kTabCaptureForTab,
176 kTerminalPrivate, 175 kTerminalPrivate,
177 kTopSites, 176 kTopSites,
178 kTts, 177 kTts,
179 kTtsEngine, 178 kTtsEngine,
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 const char* const name_; 408 const char* const name_;
410 const int flags_; 409 const int flags_;
411 const int l10n_message_id_; 410 const int l10n_message_id_;
412 const PermissionMessage::ID message_id_; 411 const PermissionMessage::ID message_id_;
413 const APIPermissionConstructor api_permission_constructor_; 412 const APIPermissionConstructor api_permission_constructor_;
414 }; 413 };
415 414
416 } // namespace extensions 415 } // namespace extensions
417 416
418 #endif // EXTENSIONS_COMMON_PERMISSIONS_API_PERMISSION_H_ 417 #endif // EXTENSIONS_COMMON_PERMISSIONS_API_PERMISSION_H_
OLDNEW
« no previous file with comments | « extensions/browser/extension_function_histogram_value.h ('k') | sync/internal_api/public/base/model_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698