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

Side by Side Diff: chrome/common/extensions/mojom/inline_install_traits.h

Issue 2955543002: Extensions: Remove duplicate IPC enums in chrome_extension_messages.h. (Closed)
Patch Set: Created 3 years, 6 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 unified diff | Download patch
« no previous file with comments | « chrome/common/extensions/chrome_extension_messages.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_COMMON_EXTENSIONS_MOJOM_INLINE_INSTALL_TRAITS_H_ 5 // Multiply-included file, hence no include guard.
6 #define CHROME_COMMON_EXTENSIONS_MOJOM_INLINE_INSTALL_TRAITS_H_
7 6
8 #include "chrome/common/extensions/api/webstore/webstore_api_constants.h" 7 #include "chrome/common/extensions/api/webstore/webstore_api_constants.h"
9 #include "chrome/common/extensions/webstore_install_result.h" 8 #include "chrome/common/extensions/webstore_install_result.h"
10 #include "ipc/ipc_message_macros.h" 9 #include "ipc/ipc_message_macros.h"
11 10
12 IPC_ENUM_TRAITS_MAX_VALUE( 11 IPC_ENUM_TRAITS_MAX_VALUE(
13 extensions::api::webstore::InstallStage, 12 extensions::api::webstore::InstallStage,
14 extensions::api::webstore::InstallStage::INSTALL_STAGE_INSTALLING) 13 extensions::api::webstore::InstallStage::INSTALL_STAGE_INSTALLING)
15 IPC_ENUM_TRAITS_MAX_VALUE(extensions::webstore_install::Result, 14 IPC_ENUM_TRAITS_MAX_VALUE(extensions::webstore_install::Result,
16 extensions::webstore_install::RESULT_LAST) 15 extensions::webstore_install::RESULT_LAST)
17 16
18 #endif // CHROME_COMMON_EXTENSIONS_MOJOM_INLINE_INSTALL_TRAITS_H_
OLDNEW
« no previous file with comments | « chrome/common/extensions/chrome_extension_messages.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698