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

Unified Diff: content/shell/common/layout_test/layout_test_messages.h

Issue 1898153002: Migrate notifications to use the PermissionStatus enum (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix type traits conflicts Created 4 years, 8 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
Index: content/shell/common/layout_test/layout_test_messages.h
diff --git a/content/shell/common/layout_test/layout_test_messages.h b/content/shell/common/layout_test/layout_test_messages.h
index a0fa170f75736dc927f7db12cb5778fdd3dc2145..b9712e57c6b42742397b5843ae7d4bdfc36ead48 100644
--- a/content/shell/common/layout_test/layout_test_messages.h
+++ b/content/shell/common/layout_test/layout_test_messages.h
@@ -6,6 +6,7 @@
#include <string>
#include <vector>
+#include "content/public/common/common_param_traits_macros.h"
#include "ipc/ipc_message_macros.h"
#include "ipc/ipc_platform_file.h"
#include "third_party/WebKit/public/platform/modules/permissions/permission_status.mojom.h"
@@ -14,10 +15,6 @@
#define IPC_MESSAGE_START LayoutTestMsgStart
-IPC_ENUM_TRAITS_MIN_MAX_VALUE(blink::mojom::PermissionStatus,
- blink::mojom::PermissionStatus::GRANTED,
- blink::mojom::PermissionStatus::ASK)
-
IPC_SYNC_MESSAGE_ROUTED1_1(LayoutTestHostMsg_ReadFileToString,
base::FilePath /* local path */,
std::string /* contents */)

Powered by Google App Engine
This is Rietveld 408576698