| Index: third_party/WebKit/Source/modules/app_banner/AppBannerPromptResult.idl
|
| diff --git a/third_party/WebKit/Source/modules/app_banner/AppBannerPromptResult.idl b/third_party/WebKit/Source/modules/app_banner/AppBannerPromptResult.idl
|
| index 0412c0f904bca058c29e9c3b1b887b633e486a9f..2b251828e18ae03cd9dc00587ab6c88d34514fa4 100644
|
| --- a/third_party/WebKit/Source/modules/app_banner/AppBannerPromptResult.idl
|
| +++ b/third_party/WebKit/Source/modules/app_banner/AppBannerPromptResult.idl
|
| @@ -4,9 +4,7 @@
|
|
|
| enum AppBannerPromptOutcome { "accepted", "dismissed" };
|
|
|
| -[
|
| - RuntimeEnabled=AppBanner,
|
| -] interface AppBannerPromptResult {
|
| +interface AppBannerPromptResult {
|
| readonly attribute DOMString platform;
|
| readonly attribute AppBannerPromptOutcome outcome;
|
| };
|
|
|