| OLD | NEW |
| 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2010 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 #ifndef CHROME_FRAME_TEST_IE_EVENT_SINK_H_ | 5 #ifndef CHROME_FRAME_TEST_IE_EVENT_SINK_H_ |
| 6 #define CHROME_FRAME_TEST_IE_EVENT_SINK_H_ | 6 #define CHROME_FRAME_TEST_IE_EVENT_SINK_H_ |
| 7 | 7 |
| 8 #include <atlbase.h> | 8 #include <atlbase.h> |
| 9 #include <atlwin.h> | 9 #include <atlwin.h> |
| 10 #include <exdispid.h> | 10 #include <exdispid.h> |
| (...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 static _ATL_FUNC_INFO kNavigateErrorInfo; | 224 static _ATL_FUNC_INFO kNavigateErrorInfo; |
| 225 static _ATL_FUNC_INFO kNewWindow2Info; | 225 static _ATL_FUNC_INFO kNewWindow2Info; |
| 226 static _ATL_FUNC_INFO kNewWindow3Info; | 226 static _ATL_FUNC_INFO kNewWindow3Info; |
| 227 static _ATL_FUNC_INFO kVoidMethodInfo; | 227 static _ATL_FUNC_INFO kVoidMethodInfo; |
| 228 static _ATL_FUNC_INFO kDocumentCompleteInfo; | 228 static _ATL_FUNC_INFO kDocumentCompleteInfo; |
| 229 static _ATL_FUNC_INFO kFileDownloadInfo; | 229 static _ATL_FUNC_INFO kFileDownloadInfo; |
| 230 }; | 230 }; |
| 231 | 231 |
| 232 } // namespace chrome_frame_test | 232 } // namespace chrome_frame_test |
| 233 | 233 |
| 234 #endif // CHROME_FRAME_TEST_IE_EVENT_SINK_H_ | 234 #endif // CHROME_FRAME_TEST_IE_EVENT_SINK_H_ |
| 235 |
| OLD | NEW |