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

Issue 18490: Adds the 6-month flag functionality back into the criteria checker,... (Closed)

Created:
11 years, 11 months ago by Glenn Wilson
Modified:
9 years, 7 months ago
Reviewers:
kuchhal
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Adds the 6-month flag functionality back into the criteria checker, along with adding support for a boolean parameter that indicates whether the flag should be set or not. BUG=6802 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=9278

Patch Set 1 #

Total comments: 8

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 1

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+474 lines, -298 lines) Patch
M chrome/installer/gcapi/gcapi.h View 1 2 3 4 2 chunks +7 lines, -2 lines 0 comments Download
M chrome/installer/gcapi/gcapi.cc View 1 2 3 4 1 chunk +444 lines, -291 lines 0 comments Download
M chrome/installer/gcapi/gcapi_test.cc View 1 2 2 chunks +23 lines, -5 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Glenn Wilson
11 years, 10 months ago (2009-01-27 20:46:41 UTC) #1
kuchhal
lgtm. Some nits below. http://codereview.chromium.org/18490/diff/1/3 File chrome/installer/gcapi/gcapi.cc (right): http://codereview.chromium.org/18490/diff/1/3#newcode31 Line 31: 0, KEY_ALL_ACCESS, &key) != ...
11 years, 10 months ago (2009-01-27 23:41:47 UTC) #2
Glenn Wilson
On 2009/01/27 23:41:47, kuchhal wrote: > lgtm. > > Some nits below. > > http://codereview.chromium.org/18490/diff/1/3 ...
11 years, 10 months ago (2009-01-30 23:48:54 UTC) #3
kuchhal
lgtm. One nit below and there are some comments that do not end with period. ...
11 years, 10 months ago (2009-01-31 00:43:32 UTC) #4
Glenn Wilson
11 years, 10 months ago (2009-01-31 01:27:59 UTC) #5
On 2009/01/31 00:43:32, kuchhal wrote:
> lgtm.
> 
> One nit below and there are some comments that do not end with period. You can
> fix those before submit, if you want.
> 

I added periods to the rest of the comments in the file that did not have them,
just for consistency.

> http://codereview.chromium.org/18490/diff/606/413
> File chrome/installer/gcapi/gcapi.h (right):
> 
> http://codereview.chromium.org/18490/diff/606/413#newcode26
> Line 26: // set the flag even if Chrome is offered.  If passed TRUE, this
method
> will
> "Chrome can be offered" might be better since the method is not actually
> offering Chrome.

Fixed, now says "can be offered" instead.

Thanks for the review!

Powered by Google App Engine
This is Rietveld 408576698