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

Unified Diff: chrome/test/automation/automation_proxy_uitest.h

Issue 6111011: Move launcher_.reset() from UITestBase constructor to SetUp(). (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Move launcher_.reset() from constructor into SetUp(). 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/automation/automation_proxy_uitest.cc » ('j') | chrome/test/ui/ui_test.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/automation_proxy_uitest.h
diff --git a/chrome/test/automation/automation_proxy_uitest.h b/chrome/test/automation/automation_proxy_uitest.h
index 2ce19d46a3429013df297ecea4026868d7ab1ddf..c08aa91d25f7f90c9cab7785159f8804c1f1de3f 100644
--- a/chrome/test/automation/automation_proxy_uitest.h
+++ b/chrome/test/automation/automation_proxy_uitest.h
@@ -109,7 +109,7 @@ class ExternalTabUITestMockClient : public AutomationProxy {
// Base your external tab UI tests on this.
class ExternalTabUITest : public UITest {
public:
- ExternalTabUITest();
+ ExternalTabUITest() : UITest(MessageLoop::TYPE_UI) {}
Paweł Hajdan Jr. 2011/01/12 21:34:29 nit: Please keep the constructor's body in the .cc
// Override UITest's CreateProxyLauncher to provide the unit test
// with our special implementation of AutomationProxy.
// This function is called from within UITest::SetUp().
« no previous file with comments | « no previous file | chrome/test/automation/automation_proxy_uitest.cc » ('j') | chrome/test/ui/ui_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698