summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_start.h
diff options
context:
space:
mode:
authorbenwells <benwells@chromium.org>2015-05-06 01:29:40 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-06 08:30:10 +0000
commit04ab5b965a6425850c5f95c166c3356d597d9ee5 (patch)
treead7c572c188392861861a8b85bcc1f4fec52aefd /ipc/ipc_message_start.h
parent4fb7be48dd81cd75ca18a9960dcd606bca24dddd (diff)
downloadchromium_src-04ab5b965a6425850c5f95c166c3356d597d9ee5.zip
chromium_src-04ab5b965a6425850c5f95c166c3356d597d9ee5.tar.gz
chromium_src-04ab5b965a6425850c5f95c166c3356d597d9ee5.tar.bz2
Resolve the beforeinstallprompt event's promise.
This resolves the promise sent with the beforeinstallprompt banner, after the banner is shown and either dismissed or accepted. BUG=460945 Review URL: https://codereview.chromium.org/1120543002 Cr-Commit-Position: refs/heads/master@{#328505}
Diffstat (limited to 'ipc/ipc_message_start.h')
-rw-r--r--ipc/ipc_message_start.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h
index 3cf58f921..d4966bc 100644
--- a/ipc/ipc_message_start.h
+++ b/ipc/ipc_message_start.h
@@ -123,6 +123,7 @@ enum IPCMessageStart {
CastChannelMsgStart,
DataReductionProxyStart,
ContentSettingsMsgStart,
+ ChromeAppBannerMsgStart,
LastIPCMsgStart // Must come last.
};