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

Unified Diff: chrome/browser/guestview/guestview_constants.cc

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
Index: chrome/browser/guestview/guestview_constants.cc
diff --git a/chrome/browser/guestview/guestview_constants.cc b/chrome/browser/guestview/guestview_constants.cc
index 976f491ce22bfe202ff216d0a6be4bd5907e79af..d1d9e828ea6059cd824e7d6ccc763972b3833224 100644
--- a/chrome/browser/guestview/guestview_constants.cc
+++ b/chrome/browser/guestview/guestview_constants.cc
@@ -7,10 +7,10 @@
namespace guestview {
// Parameters/properties on events.
-const char kUserGesture[] = "userGesture";
const char kIsTopLevel[] = "isTopLevel";
const char kReason[] = "reason";
const char kUrl[] = "url";
+const char kUserGesture[] = "userGesture";
// Initialization parameters.
const char kParameterApi[] = "api";
« no previous file with comments | « chrome/browser/guestview/guestview_constants.h ('k') | chrome/browser/guestview/webview/webview_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698