summaryrefslogtreecommitdiff
path: root/chromium/ui/metro_viewer/metro_viewer_messages.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/metro_viewer/metro_viewer_messages.h')
-rw-r--r--chromium/ui/metro_viewer/metro_viewer_messages.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/chromium/ui/metro_viewer/metro_viewer_messages.h b/chromium/ui/metro_viewer/metro_viewer_messages.h
index 9108620653d..7d0bd14f368 100644
--- a/chromium/ui/metro_viewer/metro_viewer_messages.h
+++ b/chromium/ui/metro_viewer/metro_viewer_messages.h
@@ -8,7 +8,7 @@
#include "base/basictypes.h"
#include "ipc/ipc_message_macros.h"
-#include "ui/base/events/event_constants.h"
+#include "ui/events/event_constants.h"
#include "ui/gfx/native_widget_types.h"
#define IPC_MESSAGE_START MetroViewerMsgStart
@@ -92,6 +92,11 @@ IPC_MESSAGE_CONTROL2(MetroViewerHostMsg_SelectFolderDone,
// Messages sent from the browser to the viewer:
+// Requests the viewer to open a URL in desktop mode.
+IPC_MESSAGE_CONTROL2(MetroViewerHostMsg_OpenURLOnDesktop,
+ base::FilePath, /* shortcut */
+ string16 /* url */);
+
// Requests the viewer to change the pointer to a new cursor.
IPC_MESSAGE_CONTROL1(MetroViewerHostMsg_SetCursor,
int64 /* cursor */);
@@ -132,11 +137,6 @@ IPC_MESSAGE_CONTROL4(MetroViewerHostMsg_DisplayFileOpen,
IPC_MESSAGE_CONTROL1(MetroViewerHostMsg_DisplaySelectFolder,
string16) /* title */
-// Informs the browser about the viewer activation state, i.e. active, lost
-// activation etc.
-IPC_MESSAGE_CONTROL1(MetroViewerHostMsg_WindowActivated,
- bool) /* active */
-
// Sent to the viewer process to set the cursor position.
IPC_MESSAGE_CONTROL2(MetroViewerHostMsg_SetCursorPos,
int, /* x */