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

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

Issue 1213623006: Extensions: Remove PermissionMessage (permission_message.h/cc) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@kill_getmessages
Patch Set: fix app_shell build, rebase Created 5 years, 4 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 | « extensions/common/extensions_client.h ('k') | extensions/common/permissions/api_permission.cc » ('j') | 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 <set> 8 #include <set>
9 #include <string> 9 #include <string>
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/callback.h" 12 #include "base/callback.h"
13 #include "base/memory/scoped_ptr.h" 13 #include "base/memory/scoped_ptr.h"
14 #include "base/pickle.h" 14 #include "base/pickle.h"
15 #include "base/values.h" 15 #include "base/values.h"
16 #include "extensions/common/permissions/permission_message.h"
17 16
18 namespace IPC { 17 namespace IPC {
19 class Message; 18 class Message;
20 } 19 }
21 20
22 namespace extensions { 21 namespace extensions {
23 22
24 class PermissionIDSet; 23 class PermissionIDSet;
25 class APIPermissionInfo; 24 class APIPermissionInfo;
26 class ChromeAPIPermissions; 25 class ChromeAPIPermissions;
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 427
429 const APIPermission::ID id_; 428 const APIPermission::ID id_;
430 const char* const name_; 429 const char* const name_;
431 const int flags_; 430 const int flags_;
432 const APIPermissionConstructor api_permission_constructor_; 431 const APIPermissionConstructor api_permission_constructor_;
433 }; 432 };
434 433
435 } // namespace extensions 434 } // namespace extensions
436 435
437 #endif // EXTENSIONS_COMMON_PERMISSIONS_API_PERMISSION_H_ 436 #endif // EXTENSIONS_COMMON_PERMISSIONS_API_PERMISSION_H_
OLDNEW
« no previous file with comments | « extensions/common/extensions_client.h ('k') | extensions/common/permissions/api_permission.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698