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

Issue 252002: Coverity: initialize created_theme_provider_ in the other constructor. (Closed)

Created:
11 years, 3 months ago by mattm
Modified:
9 years, 7 months ago
Reviewers:
Elliot Glaysher
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Coverity: initialize created_theme_provider_ in the other constructor. CID=6160 BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=27245

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M chrome/test/testing_profile.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
mattm
11 years, 3 months ago (2009-09-25 19:56:51 UTC) #1
Elliot Glaysher
11 years, 3 months ago (2009-09-25 19:58:39 UTC) #2
LGTM

On Fri, Sep 25, 2009 at 12:56 PM,  <mattm@chromium.org> wrote:
> Reviewers: Elliot Glaysher,
>
> Description:
> Coverity: initialize created_theme_provider_ in the other constructor.
>
> CID=3D6160
> BUG=3Dnone
> TEST=3Dnone
>
> Please review this at http://codereview.chromium.org/252002
>
> Affected files:
> =A0M chrome/test/testing_profile.cc
>
>
> Index: chrome/test/testing_profile.cc
> diff --git a/chrome/test/testing_profile.cc b/chrome/test/testing_profile=
.cc
> index
> 2f417cfe9550a4f7f7f98b7503d3b9c1cd6b7936..1eb312d06b8970640ad9b7e580bb73a=
d7897ce4a
> 100644
> --- a/chrome/test/testing_profile.cc
> +++ b/chrome/test/testing_profile.cc
> @@ -87,6 +87,7 @@ TestingProfile::TestingProfile()
>
> =A0TestingProfile::TestingProfile(int count)
> =A0 =A0 : start_time_(Time::Now()),
> + =A0 =A0 =A0created_theme_provider_(false),
> =A0 =A0 =A0 has_history_service_(false),
> =A0 =A0 =A0 off_the_record_(false),
> =A0 =A0 =A0 last_session_exited_cleanly_(true) {
>
>
>

Powered by Google App Engine
This is Rietveld 408576698