| Index: chrome/common/extensions/mojom/inline_install_traits.h
|
| diff --git a/chrome/common/extensions/mojom/inline_install_traits.h b/chrome/common/extensions/mojom/inline_install_traits.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..43636347e72d39b47019ccc42fa08455cd001629
|
| --- /dev/null
|
| +++ b/chrome/common/extensions/mojom/inline_install_traits.h
|
| @@ -0,0 +1,18 @@
|
| +// Copyright 2017 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#ifndef CHROME_COMMON_EXTENSIONS_MOJOM_INLINE_INSTALL_TRAITS_H_
|
| +#define CHROME_COMMON_EXTENSIONS_MOJOM_INLINE_INSTALL_TRAITS_H_
|
| +
|
| +#include "chrome/common/extensions/api/webstore/webstore_api_constants.h"
|
| +#include "chrome/common/extensions/webstore_install_result.h"
|
| +#include "ipc/ipc_message_macros.h"
|
| +
|
| +IPC_ENUM_TRAITS_MAX_VALUE(
|
| + extensions::api::webstore::InstallStage,
|
| + extensions::api::webstore::InstallStage::INSTALL_STAGE_INSTALLING)
|
| +IPC_ENUM_TRAITS_MAX_VALUE(extensions::webstore_install::Result,
|
| + extensions::webstore_install::RESULT_LAST)
|
| +
|
| +#endif // CHROME_COMMON_EXTENSIONS_MOJOM_INLINE_INSTALL_TRAITS_H_
|
|
|