Index: chrome/common/extensions/platform_app_messages.h |
diff --git a/chrome/common/extensions/platform_app_messages.h b/chrome/common/extensions/platform_app_messages.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..23bb80673ed7e40c03375026e0c8a8196c04c967 |
--- /dev/null |
+++ b/chrome/common/extensions/platform_app_messages.h |
@@ -0,0 +1,13 @@ |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+// Multiply-included message file, so no include guard. |
+ |
+#include "googleurl/src/gurl.h" |
+#include "ipc/ipc_message_macros.h" |
+ |
+#define IPC_MESSAGE_START PlatformAppMsgStart |
+ |
+// Inform recipient that the process will host a platform app. |
+IPC_MESSAGE_CONTROL0(PlatformAppMsg_IsPlatformApp) |