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

Unified Diff: Source/bindings/core/v8/ScriptPromiseProperties.h

Issue 1257823003: Revert of Refactor BeforeInstallPromptEvent to use ScriptPromiseProperty (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
« no previous file with comments | « LayoutTests/app_banner/app-banner-event-prompt.html ('k') | Source/modules/app_banner/AppBannerCallbacks.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/ScriptPromiseProperties.h
diff --git a/Source/bindings/core/v8/ScriptPromiseProperties.h b/Source/bindings/core/v8/ScriptPromiseProperties.h
index 57da7a5c532f8ea60009e4ef53b7e2205c5f4d47..5199734c6000cefd22e5219af8c9d2d259b71f77 100644
--- a/Source/bindings/core/v8/ScriptPromiseProperties.h
+++ b/Source/bindings/core/v8/ScriptPromiseProperties.h
@@ -11,8 +11,6 @@
P(Closed ## __VA_ARGS__) \
P(Finished ## __VA_ARGS__) \
P(Loaded ## __VA_ARGS__) \
- P(Prompt ## __VA_ARGS__) \
- P(Released ## __VA_ARGS__) \
- P(UserChoice ## __VA_ARGS__)
+ P(Released ## __VA_ARGS__)
#endif // ScriptPromiseProperties_h
« no previous file with comments | « LayoutTests/app_banner/app-banner-event-prompt.html ('k') | Source/modules/app_banner/AppBannerCallbacks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698