diff options
author | noms@chromium.org <noms@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-06 15:16:45 +0000 |
---|---|---|
committer | noms@chromium.org <noms@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-06 15:16:45 +0000 |
commit | 205b3752af54bb57522eab4558b11de63614a50d (patch) | |
tree | b97846ea05ec3e7fd1127fcf3ebebefb5633e401 /chrome/app/chrome_breakpad_client.h | |
parent | 8f1c5eab716bc18ab8a932035fcb047c634b0b9c (diff) | |
download | chromium_src-205b3752af54bb57522eab4558b11de63614a50d.zip chromium_src-205b3752af54bb57522eab4558b11de63614a50d.tar.gz chromium_src-205b3752af54bb57522eab4558b11de63614a50d.tar.bz2 |
Revert of https://codereview.chromium.org/104593008/
Reason for revert: Failed on the waterfall ([ FAILED ] nacl_newlib.run_breakpad_crash_in_syscall_test (250 ms). This error also happened on the trybot.
TBR=scottmg@chromium.org,joi@chromium.org,jochen@chromium.org
NOTREECHECKS=true
NOTRY=true
Review URL: https://codereview.chromium.org/101623005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239219 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_breakpad_client.h')
-rw-r--r-- | chrome/app/chrome_breakpad_client.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/app/chrome_breakpad_client.h b/chrome/app/chrome_breakpad_client.h index 7e79a09..10d0980 100644 --- a/chrome/app/chrome_breakpad_client.h +++ b/chrome/app/chrome_breakpad_client.h @@ -68,9 +68,6 @@ class ChromeBreakpadClient : public breakpad::BreakpadClient { virtual void InstallAdditionalFilters(BreakpadRef breakpad) OVERRIDE; #endif - virtual bool EnableBreakpadForProcess( - const std::string& process_type) OVERRIDE; - private: DISALLOW_COPY_AND_ASSIGN(ChromeBreakpadClient); }; |