Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / public / platform / modules / app_banner / WebAppBannerPromptReply.h
blob9781aa600bb62f2aaae53a0be18e6865bae0a2a1
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef WebAppBannerPromptReply_h
6 #define WebAppBannerPromptReply_h
8 namespace blink {
10 enum class WebAppBannerPromptReply {
11 None = 0,
12 Cancel
15 } // namespace blink
17 #endif // WebAppBannerPromptReply_h