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

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

Issue 1527183003: Change mojo enums to be scoped enums in the generated C++ bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-binding-equals
Patch Set: rebase Created 4 years, 11 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 97b3073899bbfb40f2582bdc4b886e3fc3ba7e87..a67b87239896dc5481b67325b279ea743610fa65 100644
--- a/content/shell/common/layout_test/layout_test_messages.h
+++ b/content/shell/common/layout_test/layout_test_messages.h
@@ -15,8 +15,8 @@
#define IPC_MESSAGE_START LayoutTestMsgStart
IPC_ENUM_TRAITS_MIN_MAX_VALUE(content::PermissionStatus,
- content::PERMISSION_STATUS_GRANTED,
- content::PERMISSION_STATUS_ASK)
+ content::PermissionStatus::GRANTED,
+ content::PermissionStatus::ASK)
IPC_SYNC_MESSAGE_ROUTED1_1(LayoutTestHostMsg_ReadFileToString,
base::FilePath /* local path */,
« no previous file with comments | « content/shell/browser/shell_permission_manager.cc ('k') | content/shell/renderer/layout_test/blink_test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698