| Index: chrome/browser/guest_view/web_view/web_view_constants.cc
|
| diff --git a/chrome/browser/guest_view/web_view/web_view_constants.cc b/chrome/browser/guest_view/web_view/web_view_constants.cc
|
| index a93e363f4d83ad62be8af6fa2f4c41707f339fdb..28950ac1dd4f3b516f2e9599b735a8e90515ea16 100644
|
| --- a/chrome/browser/guest_view/web_view/web_view_constants.cc
|
| +++ b/chrome/browser/guest_view/web_view/web_view_constants.cc
|
| @@ -34,6 +34,7 @@ const char kEventLoadStop[] = "webViewInternal.onLoadStop";
|
| const char kEventMessage[] = "webViewInternal.onMessage";
|
| const char kEventNewWindow[] = "webViewInternal.onNewWindow";
|
| const char kEventPermissionRequest[] = "webViewInternal.onPermissionRequest";
|
| +const char kEventPluginDestroyed[] = "webViewInternal.onPluginDestroyed";
|
| const char kEventResponsive[] = "webViewInternal.onResponsive";
|
| const char kEventSizeChanged[] = "webViewInternal.onSizeChanged";
|
| const char kEventUnresponsive[] = "webViewInternal.onUnresponsive";
|
|
|