| Index: extensions/browser/guest_view/web_view/web_view_constants.cc
|
| diff --git a/extensions/browser/guest_view/web_view/web_view_constants.cc b/extensions/browser/guest_view/web_view/web_view_constants.cc
|
| index bb11d9ce243a28e3e3129304ea3d6e54a305cdd3..7502e6e70455943a797bb1ba61d4e5bf290e2fa0 100644
|
| --- a/extensions/browser/guest_view/web_view/web_view_constants.cc
|
| +++ b/extensions/browser/guest_view/web_view/web_view_constants.cc
|
| @@ -28,6 +28,7 @@ const char kEventContextMenu[] = "chromeWebViewInternal.contextmenu";
|
| const char kEventDialog[] = "webViewInternal.onDialog";
|
| const char kEventDropLink[] = "webViewInternal.onDropLink";
|
| const char kEventExit[] = "webViewInternal.onExit";
|
| +const char kEventExitFullscreen[] = "webViewInternal.onExitFullscreen";
|
| const char kEventFindReply[] = "webViewInternal.onFindReply";
|
| const char kEventFrameNameChanged[] = "webViewInternal.onFrameNameChanged";
|
| const char kEventLoadAbort[] = "webViewInternal.onLoadAbort";
|
| @@ -66,10 +67,12 @@ const char kNewURL[] = "newUrl";
|
| const char kNewWidth[] = "newWidth";
|
| const char kOldHeight[] = "oldHeight";
|
| const char kOldURL[] = "oldUrl";
|
| +const char kOrigin[] = "origin";
|
| const char kPermission[] = "permission";
|
| const char kPermissionTypeDialog[] = "dialog";
|
| const char kPermissionTypeDownload[] = "download";
|
| const char kPermissionTypeFileSystem[] = "filesystem";
|
| +const char kPermissionTypeFullscreen[] = "fullscreen";
|
| const char kPermissionTypeGeolocation[] = "geolocation";
|
| const char kPermissionTypeLoadPlugin[] = "loadplugin";
|
| const char kPermissionTypeMedia[] = "media";
|
|
|