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

Unified Diff: chromecast/browser/cast_browser_main_parts.h

Issue 2303153002: Revert "Refactor CrashDump*Manager to use a shared CrashDumpObserver singleton." (Closed)
Patch Set: Created 4 years, 3 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 | « chrome/browser/chrome_content_browser_client.cc ('k') | chromecast/browser/cast_browser_main_parts.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/cast_browser_main_parts.h
diff --git a/chromecast/browser/cast_browser_main_parts.h b/chromecast/browser/cast_browser_main_parts.h
index 03aa1c0a7bce6f6e058f9e235000a97d9eeae10f..d60960472b4ea21bd601075112f6ed06c70f17d9 100644
--- a/chromecast/browser/cast_browser_main_parts.h
+++ b/chromecast/browser/cast_browser_main_parts.h
@@ -17,12 +17,6 @@ class SingleThreadTaskRunner;
class Thread;
} // namespace base
-#if defined(OS_ANDROID)
-namespace breakpad {
-class CrashDumpManager;
-}
-#endif
-
namespace net {
class NetLog;
}
@@ -88,10 +82,6 @@ class CastBrowserMainParts : public content::BrowserMainParts {
std::unique_ptr<CastMemoryPressureMonitor> memory_pressure_monitor_;
#endif
-#if defined(OS_ANDROID)
- std::unique_ptr<breakpad::CrashDumpManager> crash_dump_manager_;
-#endif
-
DISALLOW_COPY_AND_ASSIGN(CastBrowserMainParts);
};
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chromecast/browser/cast_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698