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

Side by Side Diff: chrome/browser/guestview/webview/webview_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 // Constants used for the WebView API. 5 // Constants used for the WebView API.
6 6
7 #ifndef CHROME_BROWSER_GUESTVIEW_WEBVIEW_WEBVIEW_CONSTANTS_H_ 7 #ifndef CHROME_BROWSER_GUESTVIEW_WEBVIEW_WEBVIEW_CONSTANTS_H_
8 #define CHROME_BROWSER_GUESTVIEW_WEBVIEW_WEBVIEW_CONSTANTS_H_ 8 #define CHROME_BROWSER_GUESTVIEW_WEBVIEW_WEBVIEW_CONSTANTS_H_
9 9
10 namespace webview { 10 namespace webview {
(...skipping 14 matching lines...) Expand all
25 extern const char kEventNewWindow[]; 25 extern const char kEventNewWindow[];
26 extern const char kEventPermissionRequest[]; 26 extern const char kEventPermissionRequest[];
27 extern const char kEventResponsive[]; 27 extern const char kEventResponsive[];
28 extern const char kEventSizeChanged[]; 28 extern const char kEventSizeChanged[];
29 extern const char kEventUnresponsive[]; 29 extern const char kEventUnresponsive[];
30 extern const char kEventZoomChange[]; 30 extern const char kEventZoomChange[];
31 31
32 // Parameters/properties on events. 32 // Parameters/properties on events.
33 extern const char kFindSearchText[]; 33 extern const char kFindSearchText[];
34 extern const char kFindFinalUpdate[]; 34 extern const char kFindFinalUpdate[];
35 extern const char kLastUnlockedBySelf[];
35 extern const char kLevel[]; 36 extern const char kLevel[];
36 extern const char kLine[]; 37 extern const char kLine[];
37 extern const char kMessage[]; 38 extern const char kMessage[];
38 extern const char kNewHeight[]; 39 extern const char kNewHeight[];
39 extern const char kNewURL[]; 40 extern const char kNewURL[];
40 extern const char kNewWidth[]; 41 extern const char kNewWidth[];
41 extern const char kOldHeight[]; 42 extern const char kOldHeight[];
42 extern const char kOldURL[]; 43 extern const char kOldURL[];
43 extern const char kPermission[]; 44 extern const char kPermission[];
44 extern const char kPermissionTypeDialog[]; 45 extern const char kPermissionTypeDialog[];
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 // Initialization parameters. 77 // Initialization parameters.
77 extern const char kParameterUserAgentOverride[]; 78 extern const char kParameterUserAgentOverride[];
78 79
79 // Miscellaneous. 80 // Miscellaneous.
80 extern const unsigned int kMaxOutstandingPermissionRequests; 81 extern const unsigned int kMaxOutstandingPermissionRequests;
81 extern const int kInvalidPermissionRequestID; 82 extern const int kInvalidPermissionRequestID;
82 83
83 } // namespace webview 84 } // namespace webview
84 85
85 #endif // CHROME_BROWSER_GUESTVIEW_WEBVIEW_WEBVIEW_CONSTANTS_H_ 86 #endif // CHROME_BROWSER_GUESTVIEW_WEBVIEW_WEBVIEW_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/guestview/guestview_constants.cc ('k') | chrome/browser/guestview/webview/webview_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698