diff options
author | grt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-15 22:49:21 +0000 |
---|---|---|
committer | grt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-15 22:49:21 +0000 |
commit | 94b5b78fd78639c869431ae83c5d811ebafe2896 (patch) | |
tree | 3d0eba184693cecc2d80077351480b130b3ea377 /remoting | |
parent | a05c2046042aa974843c5d9811f979900d21bbb4 (diff) | |
download | chromium_src-94b5b78fd78639c869431ae83c5d811ebafe2896.zip chromium_src-94b5b78fd78639c869431ae83c5d811ebafe2896.tar.gz chromium_src-94b5b78fd78639c869431ae83c5d811ebafe2896.tar.bz2 |
Comment cleanup in remoting.
BUG=316496
R=garykac@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/138253004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245005 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/base/breakpad_win.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/remoting/base/breakpad_win.cc b/remoting/base/breakpad_win.cc index 0c1f5bd..9e544f0 100644 --- a/remoting/base/breakpad_win.cc +++ b/remoting/base/breakpad_win.cc @@ -3,12 +3,9 @@ // found in the LICENSE file. // This module contains the necessary code to register the Breakpad exception -// handler. This implementation is based on Chrome/Chrome Frame crash reporting -// code. See: +// handler. This implementation is based on Chrome crash reporting code. See: // - src/components/breakpad/app/breakpad_win.cc -// - src/chrome_frame/crash_server_init.cc // - src/chrome/installer/setup/setup_main.cc -// - src/chrome_frame/crash_reporting/crash_report.cc #include "remoting/base/breakpad.h" |