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

Side by Side Diff: content/common/browser_plugin/browser_plugin_constants.h

Issue 239113007: <webview>: Move pointerLock permission to chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_downloads_to_chrome
Patch Set: Created 6 years, 8 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
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 CONTENT_COMMON_BROWSER_PLUGIN_BROWSER_PLUGIN_CONSTANTS_H_ 5 #ifndef CONTENT_COMMON_BROWSER_PLUGIN_BROWSER_PLUGIN_CONSTANTS_H_
6 #define CONTENT_COMMON_BROWSER_PLUGIN_BROWSER_PLUGIN_CONSTANTS_H_ 6 #define CONTENT_COMMON_BROWSER_PLUGIN_BROWSER_PLUGIN_CONSTANTS_H_
7 7
8 namespace content { 8 namespace content {
9 9
10 namespace browser_plugin { 10 namespace browser_plugin {
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 extern const char kPermissionTypeGeolocation[]; 58 extern const char kPermissionTypeGeolocation[];
59 extern const char kPermissionTypeMedia[]; 59 extern const char kPermissionTypeMedia[];
60 extern const char kPermissionTypeNewWindow[]; 60 extern const char kPermissionTypeNewWindow[];
61 extern const char kPermissionTypePointerLock[]; 61 extern const char kPermissionTypePointerLock[];
62 extern const char kPersistPrefix[]; 62 extern const char kPersistPrefix[];
63 extern const char kProcessId[]; 63 extern const char kProcessId[];
64 extern const char kRequestId[]; 64 extern const char kRequestId[];
65 extern const char kRequestMethod[]; 65 extern const char kRequestMethod[];
66 extern const char kTargetURL[]; 66 extern const char kTargetURL[];
67 extern const char kURL[]; 67 extern const char kURL[];
68 extern const char kUserGesture[];
69 extern const char kWindowID[]; 68 extern const char kWindowID[];
70 extern const char kWindowOpenDisposition[]; 69 extern const char kWindowOpenDisposition[];
71 70
72 // Error messages. 71 // Error messages.
73 extern const char kErrorAlreadyNavigated[]; 72 extern const char kErrorAlreadyNavigated[];
74 extern const char kErrorInvalidPartition[]; 73 extern const char kErrorInvalidPartition[];
75 extern const char kErrorCannotRemovePartition[]; 74 extern const char kErrorCannotRemovePartition[];
76 75
77 // Other. 76 // Other.
78 extern const char kBrowserPluginGuestManagerKeyName[]; 77 extern const char kBrowserPluginGuestManagerKeyName[];
79 extern const int kInstanceIDNone; 78 extern const int kInstanceIDNone;
80 extern const int kInvalidPermissionRequestID; 79 extern const int kInvalidPermissionRequestID;
81 80
82 } // namespace browser_plugin 81 } // namespace browser_plugin
83 82
84 } // namespace content 83 } // namespace content
85 84
86 #endif // CONTENT_COMMON_BROWSER_PLUGIN_BROWSER_PLUGIN_CONSTANTS_H_ 85 #endif // CONTENT_COMMON_BROWSER_PLUGIN_BROWSER_PLUGIN_CONSTANTS_H_
OLDNEW
« no previous file with comments | « content/browser/browser_plugin/browser_plugin_guest.cc ('k') | content/common/browser_plugin/browser_plugin_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698