OLD | NEW |
---|---|
(Empty) | |
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 | |
3 // found in the LICENSE file. | |
4 | |
5 // Multiply-included message file, so no include guard. | |
6 | |
7 #include "googleurl/src/gurl.h" | |
8 #include "ipc/ipc_message_macros.h" | |
9 | |
10 #define IPC_MESSAGE_START PlatformAppMsgStart | |
11 | |
12 // Inform recipient that the process will host a platform app. | |
13 IPC_MESSAGE_CONTROL0(PlatformAppMsg_IsPlatformApp) | |
OLD | NEW |