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

Unified Diff: chrome/common/extensions/chrome_extension_messages.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/common_message_generator.h ('k') | chrome/common/extensions/mojom/inline_install_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/chrome_extension_messages.h
diff --git a/chrome/common/extensions/chrome_extension_messages.h b/chrome/common/extensions/chrome_extension_messages.h
index 14712e9561abb696ae33bb27edb715ac23bdad96..097d32e6cf90d8f6bfce4cb543dfc96c8443d86d 100644
--- a/chrome/common/extensions/chrome_extension_messages.h
+++ b/chrome/common/extensions/chrome_extension_messages.h
@@ -15,8 +15,6 @@
#include "base/strings/string16.h"
#include "base/values.h"
#include "chrome/common/extensions/api/automation_internal.h"
-#include "chrome/common/extensions/api/webstore/webstore_api_constants.h"
-#include "chrome/common/extensions/webstore_install_result.h"
#include "extensions/common/stack_frame.h"
#include "ipc/ipc_message_macros.h"
#include "ui/accessibility/ax_enums.h"
@@ -29,13 +27,6 @@
#define IPC_MESSAGE_START ChromeExtensionMsgStart
-// TODO(crbug.com/725275): Remove these ipc enums once all ipc messages here are
-// converted to mojo.
-IPC_ENUM_TRAITS_MAX_VALUE(extensions::api::webstore::InstallStage,
- extensions::api::webstore::INSTALL_STAGE_INSTALLING)
-IPC_ENUM_TRAITS_MAX_VALUE(extensions::webstore_install::Result,
- extensions::webstore_install::RESULT_LAST)
-
// Messages sent from the browser to the renderer.
IPC_STRUCT_TRAITS_BEGIN(ui::AXNodeData)
« no previous file with comments | « chrome/common/common_message_generator.h ('k') | chrome/common/extensions/mojom/inline_install_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698