diff options
author | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-25 21:03:51 +0000 |
---|---|---|
committer | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-25 21:03:51 +0000 |
commit | a6caa7eaf3a013c873aa34ebfda5bcb16d7cb610 (patch) | |
tree | 8f452e84611ac22e4c3da2f992d7db0dd26c4762 /chrome/test/testing_profile.cc | |
parent | b5fcde45e2826c6500275bdbe539a0176974892d (diff) | |
download | chromium_src-a6caa7eaf3a013c873aa34ebfda5bcb16d7cb610.zip chromium_src-a6caa7eaf3a013c873aa34ebfda5bcb16d7cb610.tar.gz chromium_src-a6caa7eaf3a013c873aa34ebfda5bcb16d7cb610.tar.bz2 |
Coverity: initialize created_theme_provider_ in the other constructor.
CID=6160
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/252002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27245 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/testing_profile.cc')
-rw-r--r-- | chrome/test/testing_profile.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/testing_profile.cc b/chrome/test/testing_profile.cc index 2f417cf..1eb312d 100644 --- a/chrome/test/testing_profile.cc +++ b/chrome/test/testing_profile.cc @@ -87,6 +87,7 @@ TestingProfile::TestingProfile() TestingProfile::TestingProfile(int count) : start_time_(Time::Now()), + created_theme_provider_(false), has_history_service_(false), off_the_record_(false), last_session_exited_cleanly_(true) { |