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

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

Issue 89183002: Revert of Leave fullscreen mode in an app window when ESC key is pressed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « chrome/test/data/extensions/platform_apps/prevent_leave_fullscreen/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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 kManagement, 105 kManagement,
106 kMediaGalleries, 106 kMediaGalleries,
107 kMediaGalleriesPrivate, 107 kMediaGalleriesPrivate,
108 kMediaPlayerPrivate, 108 kMediaPlayerPrivate,
109 kMetricsPrivate, 109 kMetricsPrivate,
110 kMDns, 110 kMDns,
111 kMusicManagerPrivate, 111 kMusicManagerPrivate,
112 kNativeMessaging, 112 kNativeMessaging,
113 kNetworkingPrivate, 113 kNetworkingPrivate,
114 kNotification, 114 kNotification,
115 kOverrideEscFullscreen,
116 kPageCapture, 115 kPageCapture,
117 kPointerLock, 116 kPointerLock,
118 kPlugin, 117 kPlugin,
119 kPower, 118 kPower,
120 kPreferencesPrivate, 119 kPreferencesPrivate,
121 kPrincipalsPrivate, 120 kPrincipalsPrivate,
122 kPrivacy, 121 kPrivacy,
123 kProcesses, 122 kProcesses,
124 kProxy, 123 kProxy,
125 kPushMessaging, 124 kPushMessaging,
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 const char* const name_; 331 const char* const name_;
333 const int flags_; 332 const int flags_;
334 const int l10n_message_id_; 333 const int l10n_message_id_;
335 const PermissionMessage::ID message_id_; 334 const PermissionMessage::ID message_id_;
336 const APIPermissionConstructor api_permission_constructor_; 335 const APIPermissionConstructor api_permission_constructor_;
337 }; 336 };
338 337
339 } // namespace extensions 338 } // namespace extensions
340 339
341 #endif // EXTENSIONS_COMMON_PERMISSIONS_API_PERMISSION_H_ 340 #endif // EXTENSIONS_COMMON_PERMISSIONS_API_PERMISSION_H_
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/platform_apps/prevent_leave_fullscreen/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698