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

Side by Side Diff: chrome_frame/cfproxy_private.h

Issue 8591009: ChromeFrame: Convert TaskMarshallerThroughMessageQueue to new Callback system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes. Created 9 years, 1 month 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 | « base/threading/worker_pool_posix.cc ('k') | chrome_frame/cfproxy_proxy.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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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_CFPROXY_PRIVATE_H_ 5 #ifndef CHROME_FRAME_CFPROXY_PRIVATE_H_
6 #define CHROME_FRAME_CFPROXY_PRIVATE_H_ 6 #define CHROME_FRAME_CFPROXY_PRIVATE_H_
7 #pragma once 7 #pragma once
8 8
9 #include <map> 9 #include <map>
10 #include <set> 10 #include <set>
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 } 165 }
166 166
167 base::Thread ipc_thread_; 167 base::Thread ipc_thread_;
168 SyncMsgSender sync_dispatcher_; 168 SyncMsgSender sync_dispatcher_;
169 IPC::Message::Sender* ipc_sender_; 169 IPC::Message::Sender* ipc_sender_;
170 CFProxyTraits* api_; 170 CFProxyTraits* api_;
171 int delegate_count_; 171 int delegate_count_;
172 bool is_connected_; 172 bool is_connected_;
173 }; 173 };
174 174
175 DISABLE_RUNNABLE_METHOD_REFCOUNT(CFProxy);
176
177 // Support functions. 175 // Support functions.
178 std::string GenerateChannelId(); 176 std::string GenerateChannelId();
179 std::wstring BuildCmdLine(const std::string& channel_id, 177 std::wstring BuildCmdLine(const std::string& channel_id,
180 const FilePath& profile_path, 178 const FilePath& profile_path,
181 const std::wstring& extra_args); 179 const std::wstring& extra_args);
182 #endif // CHROME_FRAME_CFPROXY_PRIVATE_H_ 180 #endif // CHROME_FRAME_CFPROXY_PRIVATE_H_
OLDNEW
« no previous file with comments | « base/threading/worker_pool_posix.cc ('k') | chrome_frame/cfproxy_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698