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

Issue 2104893003: Adds a new checkbox for backup and restore in opt-in flow. (Closed)

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

Description

Adds a new checkbox for backup and restore in opt-in flow. - Implements UI for opt-in flow to add checkbox for backup and restore. - Adds a new preference flag to store the user preference for backup and restore. This will later on be sent to android via arc bridge service. - Adds strings to be displayed. BUG=624868 COMPONENT=CrOS Strings, Arc, Arc Opt-In UI, Preference CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/872d90082670d11e91a960c1783e1816873414a7 Cr-Commit-Position: refs/heads/master@{#403261}

Patch Set 1 : Adds a new checkbox for backup and restore in opt-in flow. #

Total comments: 13

Patch Set 2 : Adds a new checkbox for backup and restore in opt-in flow. #

Patch Set 3 : Merge with ToT #

Total comments: 5

Patch Set 4 : Adds a new checkbox for backup and restore in opt-in flow. #

Patch Set 5 : Preference path string changed as requested #

Total comments: 10

Patch Set 6 : Adds a new checkbox for backup and restore in opt-in flow. #

Total comments: 6

Patch Set 7 : Adds a new checkbox for backup and restore in opt-in flow. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -45 lines) Patch
M chrome/app/chromeos_strings.grdp View 1 2 3 4 5 1 chunk +7 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/arc/arc_auth_service.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/arc/arc_support_host.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/arc/arc_support_host.cc View 1 2 3 4 5 6 7 chunks +50 lines, -24 lines 0 comments Download
M chrome/browser/resources/chromeos/arc_support/background.js View 1 2 3 4 5 6 4 chunks +39 lines, -9 lines 0 comments Download
M chrome/browser/resources/chromeos/arc_support/main.css View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/chromeos/arc_support/main.html View 1 1 chunk +8 lines, -4 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 56 (24 generated)
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/2104893003/40001
4 years, 5 months ago (2016-06-28 22:35:02 UTC) #7
malaykeshav
4 years, 5 months ago (2016-06-28 22:36:24 UTC) #9
khmel
https://codereview.chromium.org/2104893003/diff/40001/chrome/browser/chromeos/arc/arc_auth_service.h File chrome/browser/chromeos/arc/arc_auth_service.h (right): https://codereview.chromium.org/2104893003/diff/40001/chrome/browser/chromeos/arc/arc_auth_service.h#newcode107 chrome/browser/chromeos/arc/arc_auth_service.h:107: static void RegisterPrefs(PrefRegistrySimple* registry); Should it be sync able? ...
4 years, 5 months ago (2016-06-28 23:09:54 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/251922)
4 years, 5 months ago (2016-06-29 00:21:17 UTC) #13
malaykeshav
https://codereview.chromium.org/2104893003/diff/40001/chrome/browser/chromeos/arc/arc_auth_service.h File chrome/browser/chromeos/arc/arc_auth_service.h (right): https://codereview.chromium.org/2104893003/diff/40001/chrome/browser/chromeos/arc/arc_auth_service.h#newcode107 chrome/browser/chromeos/arc/arc_auth_service.h:107: static void RegisterPrefs(PrefRegistrySimple* registry); On 2016/06/28 at 23:09:54, khmel ...
4 years, 5 months ago (2016-06-29 01:29:07 UTC) #14
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/2104893003/60001
4 years, 5 months ago (2016-06-29 17:22:24 UTC) #16
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/28831) ios-simulator-gn on ...
4 years, 5 months ago (2016-06-29 17:26:05 UTC) #18
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/2104893003/80001
4 years, 5 months ago (2016-06-29 17:31:25 UTC) #20
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-06-29 18:28:59 UTC) #22
malaykeshav
4 years, 5 months ago (2016-06-29 20:57:51 UTC) #24
xiyuan
https://codereview.chromium.org/2104893003/diff/40001/chrome/browser/resources/chromeos/arc_support/background.js File chrome/browser/resources/chromeos/arc_support/background.js (right): https://codereview.chromium.org/2104893003/diff/40001/chrome/browser/resources/chromeos/arc_support/background.js#newcode93 chrome/browser/resources/chromeos/arc_support/background.js:93: setBackupRestoreMode(data.textBackupRestore, true); On 2016/06/29 01:29:06, malaykeshav wrote: > On ...
4 years, 5 months ago (2016-06-29 21:36:38 UTC) #25
malaykeshav
On 2016/06/29 at 21:36:38, xiyuan wrote: > https://codereview.chromium.org/2104893003/diff/40001/chrome/browser/resources/chromeos/arc_support/background.js > File chrome/browser/resources/chromeos/arc_support/background.js (right): > > https://codereview.chromium.org/2104893003/diff/40001/chrome/browser/resources/chromeos/arc_support/background.js#newcode93 ...
4 years, 5 months ago (2016-06-30 00:19:10 UTC) #26
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/2104893003/120001
4 years, 5 months ago (2016-06-30 00:22:30 UTC) #28
xiyuan
LGTM but please sync with khmel@ before submitting.
4 years, 5 months ago (2016-06-30 00:24:23 UTC) #29
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-06-30 01:30:15 UTC) #31
elijahtaylor1
top level: please remove the b.corp link from the CL description https://codereview.chromium.org/2104893003/diff/120001/chrome/app/chromeos_strings.grdp File chrome/app/chromeos_strings.grdp (right): ...
4 years, 5 months ago (2016-06-30 01:59:06 UTC) #33
malaykeshav
https://codereview.chromium.org/2104893003/diff/80001/chrome/browser/chromeos/arc/arc_auth_service.h File chrome/browser/chromeos/arc/arc_auth_service.h (right): https://codereview.chromium.org/2104893003/diff/80001/chrome/browser/chromeos/arc/arc_auth_service.h#newcode27 chrome/browser/chromeos/arc/arc_auth_service.h:27: class ProfileOAuth2TokenService; On 2016/06/29 at 21:36:38, xiyuan wrote: > ...
4 years, 5 months ago (2016-06-30 02:46:19 UTC) #35
elijahtaylor1
lgtm with fixes https://codereview.chromium.org/2104893003/diff/120001/chrome/browser/chromeos/arc/arc_support_host.cc File chrome/browser/chromeos/arc/arc_support_host.cc (right): https://codereview.chromium.org/2104893003/diff/120001/chrome/browser/chromeos/arc/arc_support_host.cc#newcode150 chrome/browser/chromeos/arc/arc_support_host.cc:150: localized_strings->SetBoolean( On 2016/06/30 02:46:19, malaykeshav wrote: ...
4 years, 5 months ago (2016-06-30 04:52:34 UTC) #36
Yusuke Sato
c/b/c/arc/ lgtm with comments: https://codereview.chromium.org/2104893003/diff/140001/chrome/app/chromeos_strings.grdp File chrome/app/chromeos_strings.grdp (right): https://codereview.chromium.org/2104893003/diff/140001/chrome/app/chromeos_strings.grdp#newcode1 chrome/app/chromeos_strings.grdp:1: <?xml version="1.0" encoding="utf-8"?> Please file ...
4 years, 5 months ago (2016-06-30 18:06:47 UTC) #37
malaykeshav
On 2016/06/30 at 18:06:47, yusukes wrote: > c/b/c/arc/ lgtm with comments: > > https://codereview.chromium.org/2104893003/diff/140001/chrome/app/chromeos_strings.grdp > ...
4 years, 5 months ago (2016-06-30 18:11:53 UTC) #39
khmel
lgtm
4 years, 5 months ago (2016-06-30 18:16:29 UTC) #40
malaykeshav
https://codereview.chromium.org/2104893003/diff/120001/chrome/browser/chromeos/arc/arc_support_host.cc File chrome/browser/chromeos/arc/arc_support_host.cc (right): https://codereview.chromium.org/2104893003/diff/120001/chrome/browser/chromeos/arc/arc_support_host.cc#newcode150 chrome/browser/chromeos/arc/arc_support_host.cc:150: localized_strings->SetBoolean( On 2016/06/30 at 04:52:34, elijahtaylor1 wrote: > On ...
4 years, 5 months ago (2016-06-30 18:25:47 UTC) #41
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/2104893003/160001
4 years, 5 months ago (2016-06-30 18:26:27 UTC) #44
khmel
https://codereview.chromium.org/2104893003/diff/120001/chrome/browser/chromeos/arc/arc_support_host.cc File chrome/browser/chromeos/arc/arc_support_host.cc (right): https://codereview.chromium.org/2104893003/diff/120001/chrome/browser/chromeos/arc/arc_support_host.cc#newcode150 chrome/browser/chromeos/arc/arc_support_host.cc:150: localized_strings->SetBoolean( On 2016/06/30 18:25:46, malaykeshav wrote: > On 2016/06/30 ...
4 years, 5 months ago (2016-06-30 18:30:11 UTC) #45
xiyuan
https://codereview.chromium.org/2104893003/diff/120001/chrome/browser/chromeos/arc/arc_support_host.cc File chrome/browser/chromeos/arc/arc_support_host.cc (right): https://codereview.chromium.org/2104893003/diff/120001/chrome/browser/chromeos/arc/arc_support_host.cc#newcode150 chrome/browser/chromeos/arc/arc_support_host.cc:150: localized_strings->SetBoolean( On 2016/06/30 18:30:11, khmel wrote: > On 2016/06/30 ...
4 years, 5 months ago (2016-06-30 18:34:22 UTC) #46
malaykeshav
https://codereview.chromium.org/2104893003/diff/120001/chrome/browser/chromeos/arc/arc_support_host.cc File chrome/browser/chromeos/arc/arc_support_host.cc (right): https://codereview.chromium.org/2104893003/diff/120001/chrome/browser/chromeos/arc/arc_support_host.cc#newcode150 chrome/browser/chromeos/arc/arc_support_host.cc:150: localized_strings->SetBoolean( On 2016/06/30 at 18:34:22, xiyuan wrote: > On ...
4 years, 5 months ago (2016-06-30 18:50:59 UTC) #47
khmel
https://codereview.chromium.org/2104893003/diff/120001/chrome/browser/chromeos/arc/arc_support_host.cc File chrome/browser/chromeos/arc/arc_support_host.cc (right): https://codereview.chromium.org/2104893003/diff/120001/chrome/browser/chromeos/arc/arc_support_host.cc#newcode150 chrome/browser/chromeos/arc/arc_support_host.cc:150: localized_strings->SetBoolean( On 2016/06/30 18:50:59, malaykeshav wrote: > On 2016/06/30 ...
4 years, 5 months ago (2016-06-30 19:00:43 UTC) #48
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/237663)
4 years, 5 months ago (2016-06-30 19:04:15 UTC) #50
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/2104893003/160001
4 years, 5 months ago (2016-06-30 19:35:32 UTC) #52
commit-bot: I haz the power
Committed patchset #7 (id:160001)
4 years, 5 months ago (2016-06-30 20:08:03 UTC) #53
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-06-30 20:08:13 UTC) #54
commit-bot: I haz the power
4 years, 5 months ago (2016-06-30 20:09:31 UTC) #56
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/872d90082670d11e91a960c1783e1816873414a7
Cr-Commit-Position: refs/heads/master@{#403261}

Powered by Google App Engine
This is Rietveld 408576698