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

Side by Side Diff: chrome/test/ui/named_interface_uitest.cc

Issue 7537033: Move more files from chrome/test to chrome/test/base, part #5 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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/testing_pref_service.cc ('k') | chrome/test/ui/ui_perf_test.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 #include "chrome/test/ui/ui_test.h" 5 #include "chrome/test/ui/ui_test.h"
6 6
7 #include "chrome/common/url_constants.h" 7 #include "chrome/common/url_constants.h"
8 #include "chrome/test/automation/automation_proxy.h" 8 #include "chrome/test/automation/automation_proxy.h"
9 #include "chrome/test/automation/proxy_launcher.h" 9 #include "chrome/test/automation/proxy_launcher.h"
10 #include "chrome/test/test_switches.h" 10 #include "chrome/test/base/test_switches.h"
11 11
12 // The named testing interface enables the use of a named socket for controlling 12 // The named testing interface enables the use of a named socket for controlling
13 // the browser. This eliminates the dependency that the browser must be forked 13 // the browser. This eliminates the dependency that the browser must be forked
14 // from the controlling process. 14 // from the controlling process.
15 namespace { 15 namespace {
16 16
17 class NamedInterfaceTest : public UITest { 17 class NamedInterfaceTest : public UITest {
18 public: 18 public:
19 NamedInterfaceTest() { 19 NamedInterfaceTest() {
20 show_window_ = true; 20 show_window_ = true;
(...skipping 19 matching lines...) Expand all
40 ASSERT_TRUE(browser_proxy.get()); 40 ASSERT_TRUE(browser_proxy.get());
41 41
42 for (int i = 0; i < 10; ++i) 42 for (int i = 0; i < 10; ++i)
43 ASSERT_TRUE(browser_proxy->AppendTab(GURL(chrome::kAboutBlankURL))); 43 ASSERT_TRUE(browser_proxy->AppendTab(GURL(chrome::kAboutBlankURL)));
44 } 44 }
45 45
46 // TODO(dtu): crosbug.com/8514: Write a test that makes sure you can disconnect, 46 // TODO(dtu): crosbug.com/8514: Write a test that makes sure you can disconnect,
47 // then reconnect with a new connection and continue automation. 47 // then reconnect with a new connection and continue automation.
48 48
49 } // namespace 49 } // namespace
OLDNEW
« no previous file with comments | « chrome/test/testing_pref_service.cc ('k') | chrome/test/ui/ui_perf_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698