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

Issue 2103293003: Checks the age of device before initializing HaTS Notification (Closed)

Created:
4 years, 5 months ago by malaykeshav
Modified:
4 years, 5 months ago
Reviewers:
jdufault, stevenjb
CC:
chromium-reviews, davemoore+watch_chromium.org, oshima+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Checks the age of device before initializing HaTS Notification - Checks the age of device by comparing the Oobe flag file creation date. Design Doc=go/cros-hats-eng BUG=611781 COMPONENT=Chrome OS, HaTS Committed: https://crrev.com/4baa85cfcf101dc485866664140d4d8e8e37223b Cr-Commit-Position: refs/heads/master@{#404464}

Patch Set 1 #

Total comments: 11

Patch Set 2 : Checks the age of device before initializing HaTS Notification #

Patch Set 3 : Checks the age of device before initializing HaTS Notification #

Total comments: 10

Patch Set 4 : Checks the age of device before initializing HaTS Notification #

Total comments: 2

Patch Set 5 : Checks the age of device before initializing HaTS Notification #

Patch Set 6 : Checks the age of device before initializing HaTS Notification #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -13 lines) Patch
M chrome/browser/chromeos/hats/hats_notification_controller.h View 1 2 3 4 chunks +7 lines, -1 line 0 comments Download
M chrome/browser/chromeos/hats/hats_notification_controller.cc View 1 2 3 4 5 4 chunks +40 lines, -12 lines 0 comments Download

Messages

Total messages: 30 (13 generated)
malaykeshav
4 years, 5 months ago (2016-06-29 19:06:58 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2103293003/1
4 years, 5 months ago (2016-06-29 19:08:02 UTC) #4
jdufault
https://codereview.chromium.org/2103293003/diff/1/chrome/browser/chromeos/hats/hats_notification_controller.cc File chrome/browser/chromeos/hats/hats_notification_controller.cc (right): https://codereview.chromium.org/2103293003/diff/1/chrome/browser/chromeos/hats/hats_notification_controller.cc#newcode85 chrome/browser/chromeos/hats/hats_notification_controller.cc:85: if (is_new_device) { It'd be nice if we could ...
4 years, 5 months ago (2016-06-29 19:26:10 UTC) #6
malaykeshav
https://codereview.chromium.org/2103293003/diff/1/chrome/browser/chromeos/hats/hats_notification_controller.cc File chrome/browser/chromeos/hats/hats_notification_controller.cc (right): https://codereview.chromium.org/2103293003/diff/1/chrome/browser/chromeos/hats/hats_notification_controller.cc#newcode85 chrome/browser/chromeos/hats/hats_notification_controller.cc:85: if (is_new_device) { On 2016/06/29 at 19:26:10, jdufault wrote: ...
4 years, 5 months ago (2016-06-29 19:38:29 UTC) #8
jdufault
lgtm after comment updates.
4 years, 5 months ago (2016-06-29 22:26:55 UTC) #9
jdufault
https://codereview.chromium.org/2103293003/diff/1/chrome/browser/chromeos/hats/hats_notification_controller.cc File chrome/browser/chromeos/hats/hats_notification_controller.cc (right): https://codereview.chromium.org/2103293003/diff/1/chrome/browser/chromeos/hats/hats_notification_controller.cc#newcode85 chrome/browser/chromeos/hats/hats_notification_controller.cc:85: if (is_new_device) { After offline discussion keeping the existing ...
4 years, 5 months ago (2016-06-29 22:27:03 UTC) #10
malaykeshav
https://codereview.chromium.org/2103293003/diff/1/chrome/browser/chromeos/hats/hats_notification_controller.cc File chrome/browser/chromeos/hats/hats_notification_controller.cc (right): https://codereview.chromium.org/2103293003/diff/1/chrome/browser/chromeos/hats/hats_notification_controller.cc#newcode86 chrome/browser/chromeos/hats/hats_notification_controller.cc:86: // If the device is new, then we do ...
4 years, 5 months ago (2016-06-29 22:32:34 UTC) #11
stevenjb
https://codereview.chromium.org/2103293003/diff/40001/chrome/browser/chromeos/hats/hats_notification_controller.cc File chrome/browser/chromeos/hats/hats_notification_controller.cc (right): https://codereview.chromium.org/2103293003/diff/40001/chrome/browser/chromeos/hats/hats_notification_controller.cc#newcode44 chrome/browser/chromeos/hats/hats_notification_controller.cc:44: // Returns true if atleast |threshold| time units have ...
4 years, 5 months ago (2016-06-29 23:35:55 UTC) #12
malaykeshav
https://codereview.chromium.org/2103293003/diff/40001/chrome/browser/chromeos/hats/hats_notification_controller.cc File chrome/browser/chromeos/hats/hats_notification_controller.cc (right): https://codereview.chromium.org/2103293003/diff/40001/chrome/browser/chromeos/hats/hats_notification_controller.cc#newcode44 chrome/browser/chromeos/hats/hats_notification_controller.cc:44: // Returns true if atleast |threshold| time units have ...
4 years, 5 months ago (2016-06-30 01:30:16 UTC) #13
malaykeshav
Ping
4 years, 5 months ago (2016-07-01 23:31:51 UTC) #14
stevenjb
lgtm https://codereview.chromium.org/2103293003/diff/60001/chrome/browser/chromeos/hats/hats_notification_controller.cc File chrome/browser/chromeos/hats/hats_notification_controller.cc (right): https://codereview.chromium.org/2103293003/diff/60001/chrome/browser/chromeos/hats/hats_notification_controller.cc#newcode34 chrome/browser/chromeos/hats/hats_notification_controller.cc:34: bool DidShowSurveyToProfileRecently(Profile* profile, int threshold) { nit: threshold_days ...
4 years, 5 months ago (2016-07-07 23:05:10 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2103293003/80001
4 years, 5 months ago (2016-07-08 01:20:18 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/198004)
4 years, 5 months ago (2016-07-08 01:36:14 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2103293003/100001
4 years, 5 months ago (2016-07-08 19:21:56 UTC) #26
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 5 months ago (2016-07-08 19:35:58 UTC) #27
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-08 19:36:20 UTC) #28
commit-bot: I haz the power
4 years, 5 months ago (2016-07-08 19:38:52 UTC) #30
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/4baa85cfcf101dc485866664140d4d8e8e37223b
Cr-Commit-Position: refs/heads/master@{#404464}

Powered by Google App Engine
This is Rietveld 408576698