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

Issue 1753523002: Use a non-deprecated method to get a string from an OSStatus error . (Closed)

Created:
4 years, 9 months ago by erikchen
Modified:
4 years, 9 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org, chromoting-reviews_chromium.org, vmpstr+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use a non-deprecated method to get a string from an OSStatus error. The functions GetMacOSStatusErrorString() and GetMacOSStatusCommentString() have been deprecated since OSX 10.8. The official replacement is NSError. BUG=547071 Committed: https://crrev.com/83e8f856e711121c3b196726877450fbbbec0761 Cr-Commit-Position: refs/heads/master@{#378564}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -51 lines) Patch
M base/BUILD.gn View 2 chunks +2 lines, -2 lines 0 comments Download
M base/base.gypi View 1 chunk +1 line, -1 line 0 comments Download
M base/mac/mac_logging.h View 1 chunk +3 lines, -0 lines 0 comments Download
D base/mac/mac_logging.cc View 1 chunk +0 lines, -38 lines 0 comments Download
A + base/mac/mac_logging.mm View 2 chunks +11 lines, -2 lines 2 comments Download
M media/audio/mac/audio_low_latency_input_mac.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/host/mac/me2me_preference_pane.mm View 2 chunks +3 lines, -1 line 0 comments Download
M third_party/webrtc_overrides/webrtc/base/logging.cc View 1 2 2 chunks +5 lines, -5 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 23 (10 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1753523002/2 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1753523002/2
4 years, 9 months ago (2016-02-29 22:54:10 UTC) #3
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/123237) linux_chromium_compile_dbg_32_ng on ...
4 years, 9 months ago (2016-02-29 23:08:09 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1753523002/30001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1753523002/30001
4 years, 9 months ago (2016-02-29 23:26:44 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-01 01:21:34 UTC) #9
erikchen
mark: Please review base/ tommi: Please review media/audio/ and third_party/webrtc_overrides/ sergeyu: Please review remoting/
4 years, 9 months ago (2016-03-01 01:51:35 UTC) #11
tommi (sloooow) - chröme
lgtm
4 years, 9 months ago (2016-03-01 09:24:55 UTC) #12
Mark Mentovai
LGTM with a question that may or may not turn into a small change. https://codereview.chromium.org/1753523002/diff/30001/base/mac/mac_logging.mm ...
4 years, 9 months ago (2016-03-01 15:27:24 UTC) #13
erikchen
https://codereview.chromium.org/1753523002/diff/30001/base/mac/mac_logging.mm File base/mac/mac_logging.mm (right): https://codereview.chromium.org/1753523002/diff/30001/base/mac/mac_logging.mm#newcode22 base/mac/mac_logging.mm:22: return error.description.UTF8String; On 2016/03/01 15:27:23, Mark Mentovai wrote: > ...
4 years, 9 months ago (2016-03-01 18:02:01 UTC) #14
Sergey Ulanov
lgtm
4 years, 9 months ago (2016-03-01 19:26:24 UTC) #17
Mark Mentovai
erikchen wrote: > https://codereview.chromium.org/1753523002/diff/30001/base/mac/mac_logging.mm > File base/mac/mac_logging.mm (right): > > https://codereview.chromium.org/1753523002/diff/30001/base/mac/mac_logging.mm#newcode22 > base/mac/mac_logging.mm:22: return error.description.UTF8String; ...
4 years, 9 months ago (2016-03-01 19:40:34 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1753523002/30001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1753523002/30001
4 years, 9 months ago (2016-03-01 21:23:30 UTC) #20
commit-bot: I haz the power
Committed patchset #3 (id:30001)
4 years, 9 months ago (2016-03-01 21:38:33 UTC) #21
commit-bot: I haz the power
4 years, 9 months ago (2016-03-01 21:40:20 UTC) #23
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/83e8f856e711121c3b196726877450fbbbec0761
Cr-Commit-Position: refs/heads/master@{#378564}

Powered by Google App Engine
This is Rietveld 408576698