summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_process_impl.h
diff options
context:
space:
mode:
authormnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-03 12:34:25 +0000
committermnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-03 12:34:25 +0000
commitb1672c4c028c1c0b0e804cc46ad0a496270cb428 (patch)
tree8fc5894bdfe3b484581289b6f8e299662bd8b6c6 /chrome/browser/browser_process_impl.h
parent731c1368a3d9780b031894988ca68fd9a904c853 (diff)
downloadchromium_src-b1672c4c028c1c0b0e804cc46ad0a496270cb428.zip
chromium_src-b1672c4c028c1c0b0e804cc46ad0a496270cb428.tar.gz
chromium_src-b1672c4c028c1c0b0e804cc46ad0a496270cb428.tar.bz2
Revert http://crrev/203700 - "Implementing uploading of a WebRTC diagnostic log."
This reverts commit 731c1368a3d9780b031894988ca68fd9a904c853. ../../chrome/browser/media/webrtc_logging_handler_host.cc: In member function 'void WebRtcLoggingHandlerHost::OpenLogIfAllowed()': ../../chrome/browser/media/webrtc_logging_handler_host.cc:73:error: 'chromeos::CrosSettings' has not been declared ../../chrome/browser/media/webrtc_logging_handler_host.cc:73:error: 'kStatsReportingPref' is not a member of 'chromeos' http://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20ChromeOS/builds/54135/steps/compile/logs/stdio#error1 BUG=None TBR=grunell@chromium.org Review URL: https://codereview.chromium.org/15714007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203701 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_process_impl.h')
-rw-r--r--chrome/browser/browser_process_impl.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
index 2514039..e80b4fb 100644
--- a/chrome/browser/browser_process_impl.h
+++ b/chrome/browser/browser_process_impl.h
@@ -128,9 +128,6 @@ class BrowserProcessImpl : public BrowserProcess,
virtual chrome::MediaFileSystemRegistry*
media_file_system_registry() OVERRIDE;
virtual bool created_local_state() const OVERRIDE;
-#if defined(ENABLE_WEBRTC)
- virtual WebRtcLogUploader* webrtc_log_uploader() OVERRIDE;
-#endif
static void RegisterPrefs(PrefRegistrySimple* registry);
@@ -296,11 +293,6 @@ class BrowserProcessImpl : public BrowserProcess,
// the callstack which released the final module reference count.
base::debug::StackTrace release_last_reference_callstack_;
-#if defined(ENABLE_WEBRTC)
- // Lazily initialized.
- scoped_ptr<WebRtcLogUploader> webrtc_log_uploader_;
-#endif
-
DISALLOW_COPY_AND_ASSIGN(BrowserProcessImpl);
};