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; |