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

Issue 2686233006: Add managed device signal (Closed)

Created:
3 years, 10 months ago by Wenzhao (Colin) Zang
Modified:
3 years, 10 months ago
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add managed device signal (managed or not managed). It'll be used by the Get Help app. Use fake install attributes for browser tests. BUG=682837 Review-Url: https://codereview.chromium.org/2686233006 Cr-Commit-Position: refs/heads/master@{#452193} Committed: https://chromium.googlesource.com/chromium/src/+/3777167162feb5b4fbd24e8386e92ae92fe354c8

Patch Set 1 #

Patch Set 2 : Add browser tests #

Patch Set 3 : Change comments #

Patch Set 4 : Use InstallAttributes #

Patch Set 5 : Minor comments change #

Total comments: 18

Patch Set 6 : Add callback #

Total comments: 5

Patch Set 7 : Minor changes in comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -13 lines) Patch
M chrome/browser/chromeos/extensions/info_private_api.cc View 1 2 3 4 5 6 2 chunks +18 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/extensions/info_private_apitest.cc View 1 2 3 4 5 2 chunks +28 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/chromeos_info_private.json View 1 2 3 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/test/data/extensions/api_test/chromeos_info_private/basic/background.js View 1 2 3 4 5 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/test/data/extensions/api_test/chromeos_info_private/extended/background.js View 1 2 3 4 5 6 1 chunk +22 lines, -13 lines 0 comments Download

Messages

Total messages: 48 (27 generated)
Alexander Alekseev
On 2017/02/13 19:21:49, Wenzhao (Colin) Zang wrote: > Description was changed from > > ========== ...
3 years, 10 months ago (2017-02-14 12:16:20 UTC) #6
bartfab (slow)
On 2017/02/14 12:16:20, Alexander Alekseev wrote: > On 2017/02/13 19:21:49, Wenzhao (Colin) Zang wrote: > ...
3 years, 10 months ago (2017-02-14 16:46:36 UTC) #7
Wenzhao (Colin) Zang
3 years, 10 months ago (2017-02-17 00:46:23 UTC) #11
Wenzhao (Colin) Zang
Hi Thiemo, this is Colin from MTV. Sorry for the short notice but would you ...
3 years, 10 months ago (2017-02-17 01:00:01 UTC) #13
Thiemo Nagel
The canonical source of enrollment information is InstallAttributes. I'd suggest to use InstallAttributes unless you've ...
3 years, 10 months ago (2017-02-17 09:53:19 UTC) #15
Wenzhao (Colin) Zang
Thanks. I've switched to InstallAttributes, and it no longer requires your review. Thanks so much.
3 years, 10 months ago (2017-02-18 02:22:46 UTC) #17
Wenzhao (Colin) Zang
This is part of M58, please take a look. Thanks.
3 years, 10 months ago (2017-02-18 02:24:33 UTC) #20
Alexander Alekseev
lgtm
3 years, 10 months ago (2017-02-21 23:56:47 UTC) #21
Rahul Chaturvedi
https://codereview.chromium.org/2686233006/diff/80001/chrome/browser/chromeos/extensions/info_private_apitest.cc File chrome/browser/chromeos/extensions/info_private_apitest.cc (right): https://codereview.chromium.org/2686233006/diff/80001/chrome/browser/chromeos/extensions/info_private_apitest.cc#newcode136 chrome/browser/chromeos/extensions/info_private_apitest.cc:136: IN_PROC_BROWSER_TEST_F(ChromeOSManagedDeviceInfoPrivateTest, Managed) { Nit: You want to test all ...
3 years, 10 months ago (2017-02-22 00:00:13 UTC) #25
Wenzhao (Colin) Zang
https://codereview.chromium.org/2686233006/diff/80001/chrome/browser/chromeos/extensions/info_private_apitest.cc File chrome/browser/chromeos/extensions/info_private_apitest.cc (right): https://codereview.chromium.org/2686233006/diff/80001/chrome/browser/chromeos/extensions/info_private_apitest.cc#newcode136 chrome/browser/chromeos/extensions/info_private_apitest.cc:136: IN_PROC_BROWSER_TEST_F(ChromeOSManagedDeviceInfoPrivateTest, Managed) { On 2017/02/22 00:00:13, Rahul Chaturvedi wrote: ...
3 years, 10 months ago (2017-02-22 00:39:04 UTC) #27
Wenzhao (Colin) Zang
This is part of M58, please take a look at your earlier conveience. Thanks.
3 years, 10 months ago (2017-02-22 01:04:53 UTC) #29
Wenzhao (Colin) Zang
This is part of M58, please take a look at your earliest convenience. Thanks. @rdevlin.cronin ...
3 years, 10 months ago (2017-02-22 01:23:03 UTC) #31
tbarzic
https://codereview.chromium.org/2686233006/diff/80001/chrome/browser/chromeos/extensions/info_private_api.cc File chrome/browser/chromeos/extensions/info_private_api.cc (right): https://codereview.chromium.org/2686233006/diff/80001/chrome/browser/chromeos/extensions/info_private_api.cc#newcode141 chrome/browser/chromeos/extensions/info_private_api.cc:141: // Key which corresponds to the "not mananged" value ...
3 years, 10 months ago (2017-02-22 02:18:35 UTC) #34
Wenzhao (Colin) Zang
https://codereview.chromium.org/2686233006/diff/80001/chrome/browser/chromeos/extensions/info_private_api.cc File chrome/browser/chromeos/extensions/info_private_api.cc (right): https://codereview.chromium.org/2686233006/diff/80001/chrome/browser/chromeos/extensions/info_private_api.cc#newcode141 chrome/browser/chromeos/extensions/info_private_api.cc:141: // Key which corresponds to the "not mananged" value ...
3 years, 10 months ago (2017-02-22 03:11:07 UTC) #35
tbarzic
lgtm https://codereview.chromium.org/2686233006/diff/100001/chrome/browser/chromeos/extensions/info_private_api.cc File chrome/browser/chromeos/extensions/info_private_api.cc (right): https://codereview.chromium.org/2686233006/diff/100001/chrome/browser/chromeos/extensions/info_private_api.cc#newcode141 chrome/browser/chromeos/extensions/info_private_api.cc:141: // Property indicating an unmanaged device, which corresponds ...
3 years, 10 months ago (2017-02-22 06:55:28 UTC) #36
Devlin
chrome/common/extensions/api/chromeos_info_private.json lgtm
3 years, 10 months ago (2017-02-22 14:04:53 UTC) #37
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/2686233006/120001
3 years, 10 months ago (2017-02-22 18:35:22 UTC) #40
commit-bot: I haz the power
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/159940)
3 years, 10 months ago (2017-02-22 20:21:20 UTC) #42
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/2686233006/120001
3 years, 10 months ago (2017-02-22 20:25:08 UTC) #44
Wenzhao (Colin) Zang
https://codereview.chromium.org/2686233006/diff/100001/chrome/browser/chromeos/extensions/info_private_api.cc File chrome/browser/chromeos/extensions/info_private_api.cc (right): https://codereview.chromium.org/2686233006/diff/100001/chrome/browser/chromeos/extensions/info_private_api.cc#newcode141 chrome/browser/chromeos/extensions/info_private_api.cc:141: // Property indicating an unmanaged device, which corresponds to ...
3 years, 10 months ago (2017-02-22 20:30:56 UTC) #45
commit-bot: I haz the power
3 years, 10 months ago (2017-02-22 20:57:05 UTC) #48
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/3777167162feb5b4fbd24e8386e9...

Powered by Google App Engine
This is Rietveld 408576698