diff options
Diffstat (limited to 'chrome/test/startup/feature_startup_test.cc')
-rw-r--r-- | chrome/test/startup/feature_startup_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/test/startup/feature_startup_test.cc b/chrome/test/startup/feature_startup_test.cc index 3e4dddc..7efe921 100644 --- a/chrome/test/startup/feature_startup_test.cc +++ b/chrome/test/startup/feature_startup_test.cc @@ -43,6 +43,8 @@ class NewTabUIStartupTest : public UITest { // we should report cold timings. void RunStartupTest(const char* label, bool want_warm, bool important, int profile_type) { + profile_type_ = profile_type; + // Install the location of the test profile file. set_template_user_data(UITest::ComputeTypicalUserDataSource( profile_type).ToWStringHack()); |