diff options
author | acleung@chromium.org <acleung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-25 04:39:47 +0000 |
---|---|---|
committer | acleung@chromium.org <acleung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-25 04:39:47 +0000 |
commit | 14735fad76aa531a80d601ccc9f213aed051ddcc (patch) | |
tree | 2441668edb985adc615b633d7a923baa8228fb20 /ipc | |
parent | 1b248882920e1649839f40df47cdd6b8e512e4b7 (diff) | |
download | chromium_src-14735fad76aa531a80d601ccc9f213aed051ddcc.zip chromium_src-14735fad76aa531a80d601ccc9f213aed051ddcc.tar.gz chromium_src-14735fad76aa531a80d601ccc9f213aed051ddcc.tar.bz2 |
Revert of Chromium plumbing for Screen Orientation API orientationchange events. (https://codereview.chromium.org/164913004/)
Reason for revert:
SEE: https://code.google.com/p/chromium/issues/detail?id=346595
Original issue's description:
> Chromium plumbing for Screen Orientation API orientationchange events.
>
> This is using RenderViewObserver::OrientationChangeEvent and dispatch
> the information down to the renderer. More will come with locking
> and unlocking abilities.
>
> BUG=162827
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=253029
TBR=jochen@chromium.org,cdn@chromium.org,mlamouri@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=162827
Review URL: https://codereview.chromium.org/177293003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@253077 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/ipc_message_start.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h index 6923e44..5b9c9d7 100644 --- a/ipc/ipc_message_start.h +++ b/ipc/ipc_message_start.h @@ -95,7 +95,6 @@ enum IPCMessageStart { EmbeddedWorkerMsgStart, EmbeddedWorkerContextMsgStart, CastMsgStart, - ScreenOrientationMsgStart, LastIPCMsgStart // Must come last. }; |