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

Side by Side Diff: chrome_frame/chrome_frame_automation.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/test/webdriver/webdriver_key_converter.cc ('k') | chrome_frame/chrome_frame_delegate.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_AUTOMATION_H_ 5 #ifndef CHROME_FRAME_CHROME_FRAME_AUTOMATION_H_
6 #define CHROME_FRAME_CHROME_FRAME_AUTOMATION_H_ 6 #define CHROME_FRAME_CHROME_FRAME_AUTOMATION_H_
7 7
8 #include <atlbase.h> 8 #include <atlbase.h>
9 #include <atlwin.h> 9 #include <atlwin.h>
10 #include <map> 10 #include <map>
11 #include <string> 11 #include <string>
12 #include <vector> 12 #include <vector>
13 13
14 #include "base/memory/ref_counted.h" 14 #include "base/memory/ref_counted.h"
15 #include "base/memory/scoped_handle.h" 15 #include "base/memory/scoped_handle.h"
16 #include "base/stack_container.h" 16 #include "base/stack_container.h"
17 #include "base/synchronization/lock.h" 17 #include "base/synchronization/lock.h"
18 #include "base/task.h"
19 #include "base/threading/thread.h" 18 #include "base/threading/thread.h"
20 #include "base/timer.h" 19 #include "base/timer.h"
21 #include "chrome/test/automation/automation_proxy.h" 20 #include "chrome/test/automation/automation_proxy.h"
22 #include "chrome/test/automation/tab_proxy.h" 21 #include "chrome/test/automation/tab_proxy.h"
23 #include "chrome_frame/chrome_frame_delegate.h" 22 #include "chrome_frame/chrome_frame_delegate.h"
24 #include "chrome_frame/plugin_url_request.h" 23 #include "chrome_frame/plugin_url_request.h"
25 #include "chrome_frame/sync_msg_reply_dispatcher.h" 24 #include "chrome_frame/sync_msg_reply_dispatcher.h"
26 #include "content/public/common/page_zoom.h" 25 #include "content/public/common/page_zoom.h"
27 26
28 // By a convoluated route, this timeout also winds up being the sync automation 27 // By a convoluated route, this timeout also winds up being the sync automation
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 // set to true if the host needs to get notified of all top level navigations 513 // set to true if the host needs to get notified of all top level navigations
515 // in this page. This typically applies to hosts which would render the new 514 // in this page. This typically applies to hosts which would render the new
516 // page without chrome frame. Defaults to false. 515 // page without chrome frame. Defaults to false.
517 bool route_all_top_level_navigations_; 516 bool route_all_top_level_navigations_;
518 517
519 friend class BeginNavigateContext; 518 friend class BeginNavigateContext;
520 friend class CreateExternalTabContext; 519 friend class CreateExternalTabContext;
521 }; 520 };
522 521
523 #endif // CHROME_FRAME_CHROME_FRAME_AUTOMATION_H_ 522 #endif // CHROME_FRAME_CHROME_FRAME_AUTOMATION_H_
OLDNEW
« no previous file with comments | « chrome/test/webdriver/webdriver_key_converter.cc ('k') | chrome_frame/chrome_frame_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698