Index: chrome/browser/chrome_content_browser_client.h |
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h |
index 468bd3b9f9233edf131d8d8ac79b27f4dc7c1fce..136ddabea90bec71d235b03c59bbc087c7d1ad74 100644 |
--- a/chrome/browser/chrome_content_browser_client.h |
+++ b/chrome/browser/chrome_content_browser_client.h |
@@ -15,7 +15,6 @@ |
#if defined(OS_ANDROID) |
#include "base/memory/scoped_ptr.h" |
-#include "chrome/browser/android/crash_dump_manager.h" |
#endif |
namespace content { |
@@ -233,12 +232,6 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient { |
// Sets io_thread_application_locale_ to the given value. |
void SetApplicationLocaleOnIOThread(const std::string& locale); |
-#if defined(OS_ANDROID) |
- void InitCrashDumpManager(); |
- |
- scoped_ptr<CrashDumpManager> crash_dump_manager_; |
-#endif |
- |
// Set of origins that can use TCP/UDP private APIs from NaCl. |
std::set<std::string> allowed_socket_origins_; |