OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 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 // Multiply-included file, hence no include guard. | 5 // Multiply-included file, hence no include guard. |
6 // Inclusion of all message files present in content. Keep this file | 6 // Inclusion of all message files present in content. Keep this file |
7 // up-to-date when adding a new value to the IPCMessageStart enum in | 7 // up-to-date when adding a new value to the IPCMessageStart enum in |
8 // ipc/ipc_message_start.h to ensure the corresponding message file is | 8 // ipc/ipc_message_start.h to ensure the corresponding message file is |
9 // included here. | 9 // included here. |
10 #include "content/common/content_message_generator.h" | 10 #include "content/common/content_message_generator.h" |
| 11 #if defined(ENABLE_PLUGINS) |
11 #include "ppapi/proxy/ppapi_messages.h" | 12 #include "ppapi/proxy/ppapi_messages.h" |
| 13 #endif |
OLD | NEW |