summaryrefslogtreecommitdiffstats
path: root/remoting/base/breakpad_mac.mm
diff options
context:
space:
mode:
authoralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-16 05:09:25 +0000
committeralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-16 05:09:25 +0000
commit70ebae40787a60037db0411bf62f747dc71c464a (patch)
treeb6fcdcf7e0e62494c10d0bf413d43b6849d1f118 /remoting/base/breakpad_mac.mm
parent399c3f96081fc2922c646d34c1bc7e1a1742da06 (diff)
downloadchromium_src-70ebae40787a60037db0411bf62f747dc71c464a.zip
chromium_src-70ebae40787a60037db0411bf62f747dc71c464a.tar.gz
chromium_src-70ebae40787a60037db0411bf62f747dc71c464a.tar.bz2
C++ readability review fixes for r141239: Make Chromoting Host report crashes to Breakpad (Windows only).
BUG=130678 TEST=remoting_unittests.BreakpadWinDeathTest Review URL: https://chromiumcodereview.appspot.com/10535082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142581 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/base/breakpad_mac.mm')
-rw-r--r--remoting/base/breakpad_mac.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/base/breakpad_mac.mm b/remoting/base/breakpad_mac.mm
index 7cfbec2..84cba44 100644
--- a/remoting/base/breakpad_mac.mm
+++ b/remoting/base/breakpad_mac.mm
@@ -7,8 +7,8 @@
namespace remoting {
void InitializeCrashReporting() {
- // Do nothing because crash dump reporting on Mac is initialized from
- // awakeFromNib method.
+ // TODO(alexeypa) Implement crash dump collection on Mac; see
+ // http://crbug.com/130678.
}
} // namespace remoting