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

Issue 10823309: Add RSAPrivateKey stub implementation for iOS. (Closed)

Created:
8 years, 4 months ago by msarda
Modified:
8 years, 4 months ago
CC:
chromium-reviews
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Add RSAPrivateKey stub implementation for iOS. RSAPrivateKey is not used on iOS, but code calling it is compiled. To avoid ifdef'ing in the client code, the class is stubbed out. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=152300

Patch Set 1 #

Total comments: 7

Patch Set 2 : Address code review: Fix nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -0 lines) Patch
M crypto/crypto.gyp View 1 2 chunks +9 lines, -0 lines 0 comments Download
A crypto/rsa_private_key_ios.cc View 1 1 chunk +67 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
msarda
8 years, 4 months ago (2012-08-14 09:44:51 UTC) #1
stuartmorgan
LGTM with nits: s/dummy/stub/ in the CL description. For the long description, instead of duplicating ...
8 years, 4 months ago (2012-08-14 10:00:39 UTC) #2
msarda
@Ryan: PTAL. https://chromiumcodereview.appspot.com/10823309/diff/1/crypto/crypto.gyp File crypto/crypto.gyp (right): https://chromiumcodereview.appspot.com/10823309/diff/1/crypto/crypto.gyp#newcode161 crypto/crypto.gyp:161: 'sources!': [ On 2012/08/14 10:00:39, stuartmorgan wrote: ...
8 years, 4 months ago (2012-08-14 12:55:16 UTC) #3
Ryan Sleevi
lgtm
8 years, 4 months ago (2012-08-14 17:31:50 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/msarda@chromium.org/10823309/2002
8 years, 4 months ago (2012-08-19 19:28:17 UTC) #5
commit-bot: I haz the power
8 years, 4 months ago (2012-08-20 01:11:53 UTC) #6
Change committed as 152300

Powered by Google App Engine
This is Rietveld 408576698