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

Issue 162393002: Enable surprise me wallpaper for new profiles. (Closed)

Created:
6 years, 10 months ago by Harry McCleave
Modified:
6 years, 8 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, extensions-reviews_chromium.org, nkostylev+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, Albert Bodenhamer
Visibility:
Public.

Description

Enable surprise me wallpaper for new profiles. BUG=305855, 322603 TBR=awatson@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=263741

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : api functions #

Patch Set 4 : Enabled on new profile creation #

Patch Set 5 : cleanup #

Total comments: 2

Patch Set 6 : use event to trigger update #

Patch Set 7 : . #

Patch Set 8 : . #

Patch Set 9 : . #

Total comments: 5

Patch Set 10 : + multi user check #

Total comments: 4

Patch Set 11 : more spaces and timer #

Patch Set 12 : short timer (5 min) #

Patch Set 13 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -2 lines) Patch
M chrome/browser/chromeos/login/login_utils.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/wallpaper_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/wallpaper_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +20 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/wallpaper_manager/js/event_page.js View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +20 lines, -2 lines 0 comments Download
M chrome/common/extensions/api/wallpaper_private.json View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 30 (0 generated)
Harry McCleave
Nikita ptal if this will be a solution for enabling surprise me by default on ...
6 years, 9 months ago (2014-02-28 10:12:00 UTC) #1
Nikita (slow)
+Biao as reviewer. https://codereview.chromium.org/162393002/diff/200001/chrome/browser/chromeos/login/wallpaper_manager.cc File chrome/browser/chromeos/login/wallpaper_manager.cc (right): https://codereview.chromium.org/162393002/diff/200001/chrome/browser/chromeos/login/wallpaper_manager.cc#newcode858 chrome/browser/chromeos/login/wallpaper_manager.cc:858: chromeos::LoginDisplayHostImpl::default_host()) I assumes this call may ...
6 years, 9 months ago (2014-02-28 10:44:13 UTC) #2
Nikita (slow)
+Biao as reviewer. https://codereview.chromium.org/162393002/diff/200001/chrome/browser/chromeos/login/wallpaper_manager.cc File chrome/browser/chromeos/login/wallpaper_manager.cc (right): https://codereview.chromium.org/162393002/diff/200001/chrome/browser/chromeos/login/wallpaper_manager.cc#newcode858 chrome/browser/chromeos/login/wallpaper_manager.cc:858: chromeos::LoginDisplayHostImpl::default_host()) I assumes this call may ...
6 years, 9 months ago (2014-02-28 10:44:13 UTC) #3
Harry McCleave
On 2014/02/28 10:44:13, Nikita Kostylev wrote: > +Biao as reviewer. > > https://codereview.chromium.org/162393002/diff/200001/chrome/browser/chromeos/login/wallpaper_manager.cc > File ...
6 years, 8 months ago (2014-04-07 20:06:48 UTC) #4
Nikita (slow)
https://codereview.chromium.org/162393002/diff/280001/chrome/browser/chromeos/login/login_utils.cc File chrome/browser/chromeos/login/login_utils.cc (right): https://codereview.chromium.org/162393002/diff/280001/chrome/browser/chromeos/login/login_utils.cc#newcode353 chrome/browser/chromeos/login/login_utils.cc:353: UserManager::Get()->IsLoggedInAsRegularUser()) { nit: Can you please add a check ...
6 years, 8 months ago (2014-04-08 16:58:26 UTC) #5
Harry McCleave
https://codereview.chromium.org/162393002/diff/280001/chrome/browser/chromeos/login/login_utils.cc File chrome/browser/chromeos/login/login_utils.cc (right): https://codereview.chromium.org/162393002/diff/280001/chrome/browser/chromeos/login/login_utils.cc#newcode353 chrome/browser/chromeos/login/login_utils.cc:353: UserManager::Get()->IsLoggedInAsRegularUser()) { On 2014/04/08 16:58:27, Nikita Kostylev wrote: > ...
6 years, 8 months ago (2014-04-09 02:41:33 UTC) #6
Nikita (slow)
On 2014/04/09 02:41:33, Harry McCleave wrote: > https://codereview.chromium.org/162393002/diff/280001/chrome/browser/chromeos/login/login_utils.cc > File chrome/browser/chromeos/login/login_utils.cc (right): > > https://codereview.chromium.org/162393002/diff/280001/chrome/browser/chromeos/login/login_utils.cc#newcode353 ...
6 years, 8 months ago (2014-04-09 08:36:45 UTC) #7
bshe
https://codereview.chromium.org/162393002/diff/280001/chrome/browser/resources/chromeos/wallpaper_manager/js/event_page.js File chrome/browser/resources/chromeos/wallpaper_manager/js/event_page.js (right): https://codereview.chromium.org/162393002/diff/280001/chrome/browser/resources/chromeos/wallpaper_manager/js/event_page.js#newcode284 chrome/browser/resources/chromeos/wallpaper_manager/js/event_page.js:284: if (!items.hasOwnProperty(Constants.AccessSurpriseMeEnabledKey)) { Is this going to be called ...
6 years, 8 months ago (2014-04-09 14:32:14 UTC) #8
Harry McCleave
Added a timer, this seems to me may also have some odd user behavior (if ...
6 years, 8 months ago (2014-04-10 02:42:28 UTC) #9
bshe
On 2014/04/10 02:42:28, Harry McCleave wrote: > Added a timer, this seems to me may ...
6 years, 8 months ago (2014-04-10 15:24:20 UTC) #10
Nikita (slow)
I worry that timer approach may not ever work. Suppose user who uses Chrome OS ...
6 years, 8 months ago (2014-04-10 15:30:42 UTC) #11
Albert Bodenhamer
I'm not really a fan of the timer solution either. I wonder if we can ...
6 years, 8 months ago (2014-04-10 16:30:58 UTC) #12
bshe
As far as I know, the timer should persist after logout. So if user has ...
6 years, 8 months ago (2014-04-10 16:45:26 UTC) #13
Nikita (slow)
On 2014/04/10 16:30:58, Albert Bodenhamer wrote: > I'm not really a fan of the timer ...
6 years, 8 months ago (2014-04-10 16:47:24 UTC) #14
Harry McCleave
On 2014/04/10 16:47:24, Nikita Kostylev wrote: > On 2014/04/10 16:30:58, Albert Bodenhamer wrote: > > ...
6 years, 8 months ago (2014-04-10 19:19:20 UTC) #15
bshe
On 2014/04/10 19:19:20, Harry McCleave wrote: > On 2014/04/10 16:47:24, Nikita Kostylev wrote: > > ...
6 years, 8 months ago (2014-04-10 19:46:48 UTC) #16
Albert Bodenhamer
On Thu, Apr 10, 2014 at 12:19 PM, <harrym@chromium.org> wrote: > On 2014/04/10 16:47:24, Nikita ...
6 years, 8 months ago (2014-04-10 19:47:29 UTC) #17
Harry McCleave
On 2014/04/10 19:47:29, Albert Bodenhamer wrote: > On Thu, Apr 10, 2014 at 12:19 PM, ...
6 years, 8 months ago (2014-04-10 19:55:47 UTC) #18
bshe
On 2014/04/10 19:55:47, Harry McCleave wrote: > On 2014/04/10 19:47:29, Albert Bodenhamer wrote: > > ...
6 years, 8 months ago (2014-04-10 20:08:53 UTC) #19
Harry McCleave
Patch changed to 5 minute timer.
6 years, 8 months ago (2014-04-10 20:11:31 UTC) #20
bshe
On 2014/04/10 20:11:31, Harry McCleave wrote: > Patch changed to 5 minute timer. lgtm
6 years, 8 months ago (2014-04-10 20:13:34 UTC) #21
DaveMoore
lgtm
6 years, 8 months ago (2014-04-11 20:40:14 UTC) #22
Harry McCleave
The CQ bit was checked by harrym@chromium.org
6 years, 8 months ago (2014-04-11 20:48:57 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/harrym@chromium.org/162393002/330001
6 years, 8 months ago (2014-04-11 20:49:37 UTC) #24
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-11 20:49:55 UTC) #25
commit-bot: I haz the power
Failed to apply patch for chrome/browser/chromeos/login/wallpaper_manager.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 8 months ago (2014-04-11 20:49:56 UTC) #26
Nikita (slow)
lgtm
6 years, 8 months ago (2014-04-14 15:31:30 UTC) #27
Harry McCleave
The CQ bit was checked by harrym@chromium.org
6 years, 8 months ago (2014-04-14 19:33:54 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/harrym@chromium.org/162393002/350001
6 years, 8 months ago (2014-04-14 19:35:56 UTC) #29
commit-bot: I haz the power
6 years, 8 months ago (2014-04-14 23:05:15 UTC) #30
Message was sent while issue was closed.
Change committed as 263741

Powered by Google App Engine
This is Rietveld 408576698