| Index: chrome/browser/guestview/webview/webview_constants.cc
|
| diff --git a/chrome/browser/guestview/webview/webview_constants.cc b/chrome/browser/guestview/webview/webview_constants.cc
|
| index 1a12408d1ba7d8ac60d30ad8b2aacad321357a4c..54087a47f815bf3cafb39915dd223f68c7a12ea9 100644
|
| --- a/chrome/browser/guestview/webview/webview_constants.cc
|
| +++ b/chrome/browser/guestview/webview/webview_constants.cc
|
| @@ -29,6 +29,7 @@ const char kEventZoomChange[] = "webview.onZoomChange";
|
| // Parameters/properties on events.
|
| const char kFindSearchText[] = "searchText";
|
| const char kFindFinalUpdate[] = "finalUpdate";
|
| +const char kLastUnlockedBySelf[] = "lastUnlockedBySelf";
|
| const char kLevel[] = "level";
|
| const char kLine[] = "line";
|
| const char kMessage[] = "message";
|
|
|