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

Issue 201036: If NSS_InitReadWrite fails, fall back on NSS_NoDB_Init.... (Closed)

Created:
11 years, 3 months ago by wtc
Modified:
9 years, 7 months ago
Reviewers:
ukai
CC:
chromium-reviews_googlegroups.com, brettw
Visibility:
Public.

Description

If NSS_InitReadWrite fails, fall back on NSS_NoDB_Init. Don't call PR_GetErrorText because it is deprecated. Just print the error code returned by PR_GetError. Pass NULL to NSS_NoDB_Init. (The argument is ignored.) R=ukai BUG=20787, 20819 TEST=Chromium should work on Red Hat Enterprise Linux and CentOS that have libnss3.so version 3.12.4.1 but libsoftokn3.so 3.11.4, which does not support the sql: database format we're using. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=25630

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -11 lines) Patch
M base/nss_init.cc View 1 chunk +12 lines, -11 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
wtc
11 years, 3 months ago (2009-09-05 00:37:35 UTC) #1
ukai
11 years, 3 months ago (2009-09-07 02:24:19 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698