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

Unified Diff: chrome/test/base/chrome_test_suite.h

Issue 10202005: Convert the session restore ui_tests to browser_tests. I renabled the disabled tests; hopefully the… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 | « chrome/test/base/chrome_test_launcher.cc ('k') | chrome/test/base/chrome_test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/chrome_test_suite.h
===================================================================
--- chrome/test/base/chrome_test_suite.h (revision 133679)
+++ chrome/test/base/chrome_test_suite.h (working copy)
@@ -25,6 +25,9 @@
ChromeTestSuite(int argc, char** argv);
virtual ~ChromeTestSuite();
+ // Make the browser_test binary launch as a regular browser.
+ static const char kLaunchAsBrowser[];
sky 2012/04/24 16:00:06 nit: static consts before constructor.
+
protected:
virtual void Initialize() OVERRIDE;
virtual void Shutdown() OVERRIDE;
« no previous file with comments | « chrome/test/base/chrome_test_launcher.cc ('k') | chrome/test/base/chrome_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698