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

Unified Diff: content/common/screen_orientation_messages.h

Issue 2745443002: [Device Service] Port ScreenOrientationListener into Device Service. (Closed)
Patch Set: Add DEPS Created 3 years, 9 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/common/screen_orientation_messages.h
diff --git a/content/common/screen_orientation_messages.h b/content/common/screen_orientation_messages.h
index fd456622f12c27f7b0edfb619bdfcbdf0ea2a352..c8d1177adb28a2b883df23d5331d4c32e13a4292 100644
--- a/content/common/screen_orientation_messages.h
+++ b/content/common/screen_orientation_messages.h
@@ -13,8 +13,6 @@
#undef IPC_MESSAGE_EXPORT
#define IPC_MESSAGE_EXPORT CONTENT_EXPORT
-#define IPC_MESSAGE_START ScreenOrientationMsgStart
blundell 2017/03/09 16:48:20 This bugfix is unrelated to the rest of this CL, c
leonhsl(Using Gerrit) 2017/03/10 02:43:06 Oh, this relates with this CL's work. ScreenOrient
-
// Only used by content/common/manifest_manager_messages.h.
Tom Sepez 2017/03/14 16:20:15 Maybe we can delete this file entirely and move th
leonhsl(Using Gerrit) 2017/03/15 02:07:34 Yeah I think we should do this. I'd like to prepar
IPC_ENUM_TRAITS_MIN_MAX_VALUE(blink::WebScreenOrientationLockType,
blink::WebScreenOrientationLockDefault,

Powered by Google App Engine
This is Rietveld 408576698