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

Side by Side Diff: chrome/common/utility_messages.h

Issue 6621025: Move socket stream messages to content, in preparation for moving its dispatc... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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/socket_stream_dispatcher.cc ('k') | chrome/renderer/render_view.cc » ('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 // Multiply-included message file, so no include guard. 5 // Multiply-included message file, so no include guard.
6 6
7 #include <string> 7 #include <string>
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
11 #include "base/file_path.h" 11 #include "base/file_path.h"
12 #include "base/platform_file.h" 12 #include "base/platform_file.h"
13 #include "base/values.h" 13 #include "base/values.h"
14 #include "chrome/common/common_param_traits.h" 14 #include "chrome/common/common_param_traits.h"
15 #include "chrome/common/extensions/update_manifest.h" 15 #include "chrome/common/extensions/update_manifest.h"
16 #include "chrome/common/indexed_db_key.h" 16 #include "chrome/common/indexed_db_key.h"
17 #include "chrome/common/indexed_db_param_traits.h" 17 #include "chrome/common/indexed_db_param_traits.h"
18 #include "chrome/common/serialized_script_value.h" 18 #include "chrome/common/serialized_script_value.h"
19 #include "content/common/common_param_traits.h"
19 #include "ipc/ipc_message_macros.h" 20 #include "ipc/ipc_message_macros.h"
20 #include "ipc/ipc_message_utils.h" 21 #include "ipc/ipc_message_utils.h"
21 #include "printing/backend/print_backend.h" 22 #include "printing/backend/print_backend.h"
22 #include "printing/page_range.h" 23 #include "printing/page_range.h"
23 #include "third_party/skia/include/core/SkBitmap.h" 24 #include "third_party/skia/include/core/SkBitmap.h"
24 #include "ui/gfx/rect.h" 25 #include "ui/gfx/rect.h"
25 26
26 #define IPC_MESSAGE_START UtilityMsgStart 27 #define IPC_MESSAGE_START UtilityMsgStart
27 28
28 class FilePath; 29 class FilePath;
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 // capabilities and defaults. 178 // capabilities and defaults.
178 IPC_MESSAGE_CONTROL2(UtilityHostMsg_GetPrinterCapsAndDefaults_Succeeded, 179 IPC_MESSAGE_CONTROL2(UtilityHostMsg_GetPrinterCapsAndDefaults_Succeeded,
179 std::string /* printer name */, 180 std::string /* printer name */,
180 printing::PrinterCapsAndDefaults) 181 printing::PrinterCapsAndDefaults)
181 182
182 // Reply when the utility process has failed to obtain the printer 183 // Reply when the utility process has failed to obtain the printer
183 // capabilities and defaults. 184 // capabilities and defaults.
184 IPC_MESSAGE_CONTROL1(UtilityHostMsg_GetPrinterCapsAndDefaults_Failed, 185 IPC_MESSAGE_CONTROL1(UtilityHostMsg_GetPrinterCapsAndDefaults_Failed,
185 std::string /* printer name */) 186 std::string /* printer name */)
186 187
OLDNEW
« no previous file with comments | « chrome/common/socket_stream_dispatcher.cc ('k') | chrome/renderer/render_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698