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

Side by Side Diff: chrome/test/automation/automation_proxy.h

Issue 4194007: Revert "Refactor automation messages." due to mysterious problems on mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 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
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_TEST_AUTOMATION_AUTOMATION_PROXY_H__ 5 #ifndef CHROME_TEST_AUTOMATION_AUTOMATION_PROXY_H__
6 #define CHROME_TEST_AUTOMATION_AUTOMATION_PROXY_H__ 6 #define CHROME_TEST_AUTOMATION_AUTOMATION_PROXY_H__
7 #pragma once 7 #pragma once
8 8
9 #include <string> 9 #include <string>
10 #include <vector> 10 #include <vector>
11 11
12 #include "app/message_box_flags.h" 12 #include "app/message_box_flags.h"
13 #include "base/basictypes.h" 13 #include "base/basictypes.h"
14 #include "base/compiler_specific.h" 14 #include "base/compiler_specific.h"
15 #include "base/process_util.h" 15 #include "base/process_util.h"
16 #include "base/scoped_ptr.h" 16 #include "base/scoped_ptr.h"
17 #include "base/time.h" 17 #include "base/time.h"
18 #include "base/thread.h" 18 #include "base/thread.h"
19 #include "base/waitable_event.h" 19 #include "base/waitable_event.h"
20 #include "chrome/browser/browser.h" 20 #include "chrome/browser/browser.h"
21 #include "chrome/common/automation_constants.h" 21 #include "chrome/test/automation/automation_constants.h"
22 #include "chrome/test/automation/automation_handle_tracker.h" 22 #include "chrome/test/automation/automation_handle_tracker.h"
23 #include "chrome/test/automation/browser_proxy.h" 23 #include "chrome/test/automation/browser_proxy.h"
24 #include "gfx/native_widget_types.h" 24 #include "gfx/native_widget_types.h"
25 #include "googleurl/src/gurl.h" 25 #include "googleurl/src/gurl.h"
26 #include "ipc/ipc_channel_proxy.h" 26 #include "ipc/ipc_channel_proxy.h"
27 #include "ipc/ipc_message.h" 27 #include "ipc/ipc_message.h"
28 #include "ipc/ipc_sync_channel.h" 28 #include "ipc/ipc_sync_channel.h"
29 29
30 class BrowserProxy; 30 class BrowserProxy;
31 class ExtensionProxy; 31 class ExtensionProxy;
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 299
300 // Delay to let the browser execute the command. 300 // Delay to let the browser execute the command.
301 base::TimeDelta command_execution_timeout_; 301 base::TimeDelta command_execution_timeout_;
302 302
303 PlatformThreadId listener_thread_id_; 303 PlatformThreadId listener_thread_id_;
304 304
305 DISALLOW_COPY_AND_ASSIGN(AutomationProxy); 305 DISALLOW_COPY_AND_ASSIGN(AutomationProxy);
306 }; 306 };
307 307
308 #endif // CHROME_TEST_AUTOMATION_AUTOMATION_PROXY_H__ 308 #endif // CHROME_TEST_AUTOMATION_AUTOMATION_PROXY_H__
OLDNEW
« no previous file with comments | « chrome/test/automation/automation_messages_internal.h ('k') | chrome/test/automation/automation_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698