| Index: chrome/browser/extensions/api/webview/webview_api_constants.cc
|
| diff --git a/chrome/browser/extensions/api/webview/webview_api_constants.cc b/chrome/browser/extensions/api/webview/webview_api_constants.cc
|
| index a08720f812263d059acaa9a5ae1e4e248503073f..e268195262b54feb53c9e1920d64369d0a33012d 100644
|
| --- a/chrome/browser/extensions/api/webview/webview_api_constants.cc
|
| +++ b/chrome/browser/extensions/api/webview/webview_api_constants.cc
|
| @@ -10,6 +10,8 @@ namespace webview_api_constants {
|
| const char kEventLoadCommit[] = "webview.onLoadCommit";
|
|
|
| // Parameters/properties on events.
|
| +const char kCurrentEntryIndex[] = "currentEntryIndex";
|
| +const char kEntryCount[] = "entryCount";
|
| const char kIsTopLevel[] = "isTopLevel";
|
| const char kUrl[] = "url";
|
|
|
|
|