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

Unified Diff: components/crash/app/crash_keys_win_unittest.cc

Issue 1001103002: Crashpad! (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sign crashpad_handler Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/crash/app/breakpad_mac.mm ('k') | components/crash/app/crash_reporter_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash/app/crash_keys_win_unittest.cc
diff --git a/components/crash/app/crash_keys_win_unittest.cc b/components/crash/app/crash_keys_win_unittest.cc
index b86431a738ca1a4d865704a36a86d3ef9f0cb5fe..133746f1f6694239986cbf4dac60689212e9485a 100644
--- a/components/crash/app/crash_keys_win_unittest.cc
+++ b/components/crash/app/crash_keys_win_unittest.cc
@@ -47,9 +47,6 @@ class MockCrashReporterClient : public crash_reporter::CrashReporterClient {
MOCK_METHOD0(GetCollectStatsConsent, bool());
MOCK_METHOD1(ReportingIsEnforcedByPolicy, bool(bool* breakpad_enabled));
MOCK_METHOD0(GetAndroidMinidumpDescriptor, int());
-#if defined(OS_MACOSX)
- MOCK_METHOD1(InstallAdditionalFilters, void(BreakpadRef breakpad));
-#endif
MOCK_METHOD1(EnableBreakpadForProcess, bool(const std::string& process_type));
};
« no previous file with comments | « components/crash/app/breakpad_mac.mm ('k') | components/crash/app/crash_reporter_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698