Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: chrome/renderer/mock_render_thread.h

Issue 6290008: Move the TestSink for doing IPC tests from chrome/common into IPC and create ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/ipc_test_sink.cc ('k') | ipc/ipc.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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_RENDERER_MOCK_RENDER_THREAD_H_ 5 #ifndef CHROME_RENDERER_MOCK_RENDER_THREAD_H_
6 #define CHROME_RENDERER_MOCK_RENDER_THREAD_H_ 6 #define CHROME_RENDERER_MOCK_RENDER_THREAD_H_
7 #pragma once 7 #pragma once
8 8
9 #include <string> 9 #include <string>
10 10
11 #include "chrome/common/ipc_test_sink.h"
12 #include "chrome/renderer/mock_printer.h" 11 #include "chrome/renderer/mock_printer.h"
13 #include "chrome/renderer/render_thread.h" 12 #include "chrome/renderer/render_thread.h"
13 #include "ipc/ipc_test_sink.h"
14 #include "third_party/WebKit/Source/WebKit/chromium/public/WebPopupType.h" 14 #include "third_party/WebKit/Source/WebKit/chromium/public/WebPopupType.h"
15 15
16 namespace IPC { 16 namespace IPC {
17 class MessageReplyDeserializer; 17 class MessageReplyDeserializer;
18 } 18 }
19 19
20 struct ViewMsg_Print_Params; 20 struct ViewMsg_Print_Params;
21 struct ViewMsg_PrintPages_Params; 21 struct ViewMsg_PrintPages_Params;
22 struct ViewHostMsg_ScriptedPrint_Params; 22 struct ViewHostMsg_ScriptedPrint_Params;
23 23
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 // The last known good deserializer for sync messages. 136 // The last known good deserializer for sync messages.
137 scoped_ptr<IPC::MessageReplyDeserializer> reply_deserializer_; 137 scoped_ptr<IPC::MessageReplyDeserializer> reply_deserializer_;
138 138
139 // A mock printer device used for printing tests. 139 // A mock printer device used for printing tests.
140 scoped_ptr<MockPrinter> printer_; 140 scoped_ptr<MockPrinter> printer_;
141 141
142 bool is_extension_process_; 142 bool is_extension_process_;
143 }; 143 };
144 144
145 #endif // CHROME_RENDERER_MOCK_RENDER_THREAD_H_ 145 #endif // CHROME_RENDERER_MOCK_RENDER_THREAD_H_
OLDNEW
« no previous file with comments | « chrome/common/ipc_test_sink.cc ('k') | ipc/ipc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698