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

Issue 430563002: Enable system token in platformKeys api. (Closed)

Created:
6 years, 4 months ago by pneubeck (no reviews)
Modified:
6 years, 4 months ago
CC:
chromium-apps-reviews_chromium.org, chromium-reviews, davemoore+watch_chromium.org, erikwright+watch_chromium.org, extensions-reviews_chromium.org, nkostylev+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, Chirantan Ekbote
Project:
chromium
Visibility:
Public.

Description

Enable system token in platformKeys api. BUG=210525 (for .idl comment change) TBR=kalman@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287221

Patch Set 1 : #

Total comments: 44

Patch Set 2 : Addressed comments. #

Patch Set 3 : Rebased. #

Total comments: 1

Messages

Total messages: 16 (0 generated)
pneubeck (no reviews)
ptal
6 years, 4 months ago (2014-07-29 19:27:56 UTC) #1
Joao da Silva
The API impl looks good to me and the comments are only about code style. ...
6 years, 4 months ago (2014-07-30 08:46:40 UTC) #2
pneubeck (no reviews)
https://codereview.chromium.org/430563002/diff/20001/chrome/browser/chromeos/platform_keys/platform_keys.h File chrome/browser/chromeos/platform_keys/platform_keys.h (right): https://codereview.chromium.org/430563002/diff/20001/chrome/browser/chromeos/platform_keys/platform_keys.h#newcode29 chrome/browser/chromeos/platform_keys/platform_keys.h:29: const char kTokenIdUser[] = "user"; On 2014/07/30 08:46:38, Joao ...
6 years, 4 months ago (2014-07-30 13:53:46 UTC) #3
Joao da Silva
lgtm
6 years, 4 months ago (2014-07-30 14:04:01 UTC) #4
pneubeck (no reviews)
6 years, 4 months ago (2014-08-02 07:54:02 UTC) #5
pneubeck (no reviews)
The CQ bit was checked by pneubeck@chromium.org
6 years, 4 months ago (2014-08-02 07:54:13 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pneubeck@chromium.org/430563002/40001
6 years, 4 months ago (2014-08-02 07:56:48 UTC) #7
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_gpu on tryserver.chromium.gpu ...
6 years, 4 months ago (2014-08-02 08:09:31 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-02 08:11:27 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/36743) ios_dbg_simulator on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator/builds/2169) ios_rel_device ...
6 years, 4 months ago (2014-08-02 08:11:28 UTC) #10
pneubeck (no reviews)
The CQ bit was checked by pneubeck@chromium.org
6 years, 4 months ago (2014-08-02 14:35:19 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pneubeck@chromium.org/430563002/60001
6 years, 4 months ago (2014-08-02 14:35:59 UTC) #12
pneubeck (no reviews)
The CQ bit was checked by pneubeck@chromium.org
6 years, 4 months ago (2014-08-02 15:39:34 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pneubeck@chromium.org/430563002/80001
6 years, 4 months ago (2014-08-02 15:40:27 UTC) #14
commit-bot: I haz the power
Change committed as 287221
6 years, 4 months ago (2014-08-02 18:26:41 UTC) #15
Chirantan Ekbote
6 years, 4 months ago (2014-08-06 22:07:46 UTC) #16
Message was sent while issue was closed.
https://codereview.chromium.org/430563002/diff/80001/chrome/browser/extension...
File
chrome/browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_apitest_nss.cc
(right):

https://codereview.chromium.org/430563002/diff/80001/chrome/browser/extension...
chrome/browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_apitest_nss.cc:37:
// openssl pkcs8 -inform pem -in privkey.pem -topk8 \
This line is breaking my chrome os build:
 
../../chrome/browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_apitest_nss.cc:37:1:
error: multi-line comment [-Werror=comment]
 // openssl pkcs8 -inform pem -in privkey.pem -topk8 \
 ^
cc1plus.elf: all warnings being treated as errors

Powered by Google App Engine
This is Rietveld 408576698