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

Unified Diff: content/common/view_messages.h

Issue 2899263002: Update WebScreenOrientationType to have a Last enum member. (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationType.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index b3ed1ac858330987139ccd8fe8406974237bae83..83ce210de4309173fc65880539b4c43528492da7 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -85,10 +85,9 @@ IPC_ENUM_TRAITS_MAX_VALUE(blink::WebPluginAction::Type,
blink::WebPluginAction::Type::kTypeLast)
IPC_ENUM_TRAITS_MAX_VALUE(blink::WebPopupType,
blink::WebPopupType::kWebPopupTypeLast)
-// TODO(dcheng): Update WebScreenOrientationType to have a "Last" enum member.
IPC_ENUM_TRAITS_MIN_MAX_VALUE(blink::WebScreenOrientationType,
blink::kWebScreenOrientationUndefined,
- blink::kWebScreenOrientationLandscapeSecondary)
+ blink::WebScreenOrientationTypeLast)
IPC_ENUM_TRAITS_MAX_VALUE(blink::WebWorkerCreationError,
blink::kWebWorkerCreationErrorLast)
IPC_ENUM_TRAITS_MAX_VALUE(blink::WebTextDirection,
« no previous file with comments | « no previous file | third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698