| Index: chrome/browser/guest_view/app_view/app_view_constants.h
|
| diff --git a/chrome/browser/guest_view/app_view/app_view_constants.h b/chrome/browser/guest_view/app_view/app_view_constants.h
|
| index 0222e6f2368d2c0cfa4e3670ab6633d864fd14ee..c943345c48bb61547146afbc497017f486683dce 100644
|
| --- a/chrome/browser/guest_view/app_view/app_view_constants.h
|
| +++ b/chrome/browser/guest_view/app_view/app_view_constants.h
|
| @@ -12,8 +12,11 @@ namespace appview {
|
| // API namespace for the *embedder*. The embedder and guest use different APIs.
|
| extern const char kEmbedderAPINamespace[];
|
|
|
| -// Parameters/properties on events.
|
| +// Create parameters.
|
| extern const char kAppID[];
|
| +extern const char kData[];
|
| +
|
| +// Parameters/properties on events.
|
| extern const char kEmbedderID[];
|
| extern const char kGuestInstanceID[];
|
|
|
|
|