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

Unified Diff: chrome/browser/guestview/guestview_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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/guestview/guestview_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/guestview/guestview_constants.h
diff --git a/chrome/browser/guestview/guestview_constants.h b/chrome/browser/guestview/guestview_constants.h
index fa8768287dab1c24995e6ccf36268a2dab479a9a..7f1e03e4df973cf8d74a1527f5cf85daa79dc5f5 100644
--- a/chrome/browser/guestview/guestview_constants.h
+++ b/chrome/browser/guestview/guestview_constants.h
@@ -10,10 +10,10 @@
namespace guestview {
// Parameters/properties on events.
-extern const char kUserGesture[];
extern const char kIsTopLevel[];
extern const char kReason[];
extern const char kUrl[];
+extern const char kUserGesture[];
// Initialization parameters.
extern const char kParameterApi[];
« no previous file with comments | « no previous file | chrome/browser/guestview/guestview_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698