Chromium Code Reviews| Index: chrome/browser/extensions/api/webview/webview_api_constants.h |
| diff --git a/chrome/browser/extensions/api/webview/webview_api_constants.h b/chrome/browser/extensions/api/webview/webview_api_constants.h |
| index da205d5b4abb89fff32aa54dbd6dcd0a95e4b69e..80afd781554961426fc694f4ea88c0c974c57507 100644 |
| --- a/chrome/browser/extensions/api/webview/webview_api_constants.h |
| +++ b/chrome/browser/extensions/api/webview/webview_api_constants.h |
| @@ -13,6 +13,8 @@ namespace webview_api_constants { |
| extern const char kEventLoadCommit[]; |
| // Parameters/properties on events. |
| +extern const char kCurrentEntryIndex[]; |
|
lazyboy
2013/06/22 04:29:15
These two are for internal event dispatched to plu
Fady Samuel
2013/06/25 15:46:12
Well, they are dispatched to the webview shim but
|
| +extern const char kEntryCount[]; |
| extern const char kIsTopLevel[]; |
| extern const char kUrl[]; |