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

Side by Side Diff: chrome_frame/chrome_frame_automation.h

Issue 6028009: Move base/thread.h to base/threading, fix up callers to use the new location.... (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
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_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 <string> 10 #include <string>
11 #include <map> 11 #include <map>
12 #include <vector> 12 #include <vector>
13 13
14 #include "base/lock.h" 14 #include "base/lock.h"
15 #include "base/ref_counted.h" 15 #include "base/ref_counted.h"
16 #include "base/scoped_handle.h" 16 #include "base/scoped_handle.h"
17 #include "base/stack_container.h" 17 #include "base/stack_container.h"
18 #include "base/task.h" 18 #include "base/task.h"
19 #include "base/thread.h" 19 #include "base/threading/thread.h"
20 #include "base/timer.h" 20 #include "base/timer.h"
21 #include "chrome/common/page_zoom.h" 21 #include "chrome/common/page_zoom.h"
22 #include "chrome/test/automation/automation_proxy.h" 22 #include "chrome/test/automation/automation_proxy.h"
23 #include "chrome/test/automation/tab_proxy.h" 23 #include "chrome/test/automation/tab_proxy.h"
24 #include "chrome_frame/chrome_frame_delegate.h" 24 #include "chrome_frame/chrome_frame_delegate.h"
25 #include "chrome_frame/chrome_frame_histograms.h" 25 #include "chrome_frame/chrome_frame_histograms.h"
26 #include "chrome_frame/plugin_url_request.h" 26 #include "chrome_frame/plugin_url_request.h"
27 #include "chrome_frame/sync_msg_reply_dispatcher.h" 27 #include "chrome_frame/sync_msg_reply_dispatcher.h"
28 28
29 // By a convoluated route, this timeout also winds up being the sync automation 29 // By a convoluated route, this timeout also winds up being the sync automation
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 // set to true if the host needs to get notified of all top level navigations 559 // set to true if the host needs to get notified of all top level navigations
560 // in this page. This typically applies to hosts which would render the new 560 // in this page. This typically applies to hosts which would render the new
561 // page without chrome frame. Defaults to false. 561 // page without chrome frame. Defaults to false.
562 bool route_all_top_level_navigations_; 562 bool route_all_top_level_navigations_;
563 563
564 friend class BeginNavigateContext; 564 friend class BeginNavigateContext;
565 friend class CreateExternalTabContext; 565 friend class CreateExternalTabContext;
566 }; 566 };
567 567
568 #endif // CHROME_FRAME_CHROME_FRAME_AUTOMATION_H_ 568 #endif // CHROME_FRAME_CHROME_FRAME_AUTOMATION_H_
OLDNEW
« no previous file with comments | « chrome_frame/chrome_active_document.cc ('k') | chrome_frame/crash_reporting/nt_loader_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698