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

Side by Side Diff: chrome_frame/chrome_frame_delegate.h

Issue 9114020: Remove task.h and finish base::Bind() migration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo Created 8 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_frame/chrome_frame_automation.h ('k') | chrome_frame/custom_sync_call_context.h » ('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_CHROME_FRAME_DELEGATE_H_ 5 #ifndef CHROME_FRAME_CHROME_FRAME_DELEGATE_H_
6 #define CHROME_FRAME_CHROME_FRAME_DELEGATE_H_ 6 #define CHROME_FRAME_CHROME_FRAME_DELEGATE_H_
7 #pragma once 7 #pragma once
8 8
9 #include <atlbase.h> 9 #include <atlbase.h>
10 #include <atlwin.h> 10 #include <atlwin.h>
11 #include <queue> 11 #include <queue>
12 #include <string> 12 #include <string>
13 #include <vector> 13 #include <vector>
14 14
15 #include "base/callback.h" 15 #include "base/callback.h"
16 #include "base/file_path.h" 16 #include "base/file_path.h"
17 #include "base/location.h" 17 #include "base/location.h"
18 #include "base/pending_task.h" 18 #include "base/pending_task.h"
19 #include "base/synchronization/lock.h" 19 #include "base/synchronization/lock.h"
20 #include "base/task.h"
21 #include "chrome/common/automation_constants.h" 20 #include "chrome/common/automation_constants.h"
22 #include "ipc/ipc_message.h" 21 #include "ipc/ipc_message.h"
23 22
24 class GURL; 23 class GURL;
25 struct AttachExternalTabParams; 24 struct AttachExternalTabParams;
26 struct AutomationURLRequest; 25 struct AutomationURLRequest;
27 struct ContextMenuModel; 26 struct ContextMenuModel;
28 struct MiniContextMenuParams; 27 struct MiniContextMenuParams;
29 struct NavigationInfo; 28 struct NavigationInfo;
30 29
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 } 204 }
206 205
207 return false; 206 return false;
208 } 207 }
209 208
210 base::Lock lock_; 209 base::Lock lock_;
211 std::queue<base::PendingTask*> pending_tasks_; 210 std::queue<base::PendingTask*> pending_tasks_;
212 }; 211 };
213 212
214 #endif // CHROME_FRAME_CHROME_FRAME_DELEGATE_H_ 213 #endif // CHROME_FRAME_CHROME_FRAME_DELEGATE_H_
OLDNEW
« no previous file with comments | « chrome_frame/chrome_frame_automation.h ('k') | chrome_frame/custom_sync_call_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698