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

Side by Side Diff: content/common/view_messages.h

Issue 9117001: For readability. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // IPC messages for page rendering. 5 // IPC messages for page rendering.
6 // Multiply-included message file, hence no include guard. 6 // Multiply-included message file, hence no include guard.
7 7
8 #include "base/process.h" 8 #include "base/process.h"
9 #include "base/shared_memory.h" 9 #include "base/shared_memory.h"
10 #include "content/common/content_export.h" 10 #include "content/common/content_export.h"
(...skipping 1951 matching lines...) Expand 10 before | Expand all | Expand 10 after
1962 media::MediaLogEvent /* event */) 1962 media::MediaLogEvent /* event */)
1963 1963
1964 // Requests to lock the mouse. Will result in a ViewMsg_LockMouse_ACK message 1964 // Requests to lock the mouse. Will result in a ViewMsg_LockMouse_ACK message
1965 // being sent back. 1965 // being sent back.
1966 IPC_MESSAGE_ROUTED0(ViewHostMsg_LockMouse) 1966 IPC_MESSAGE_ROUTED0(ViewHostMsg_LockMouse)
1967 1967
1968 // Requests to unlock the mouse. A ViewMsg_MouseLockLost message will be sent 1968 // Requests to unlock the mouse. A ViewMsg_MouseLockLost message will be sent
1969 // whenever the mouse is unlocked (which may or may not be caused by 1969 // whenever the mouse is unlocked (which may or may not be caused by
1970 // ViewHostMsg_UnlockMouse). 1970 // ViewHostMsg_UnlockMouse).
1971 IPC_MESSAGE_ROUTED0(ViewHostMsg_UnlockMouse) 1971 IPC_MESSAGE_ROUTED0(ViewHostMsg_UnlockMouse)
1972
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698