Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(657)

Unified Diff: third_party/WebKit/Source/modules/app_banner/AppBannerPromptResult.idl

Issue 2147933002: Remove AppBanner runtime flag (status=stable) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};

Powered by Google App Engine
This is Rietveld 408576698