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

Unified Diff: chrome/browser/browser_process.h

Issue 14329020: Implementing uploading of a WebRTC diagnostic log. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed pre-submit warnings/errors (including adding bzip2 to content/browser DEPS). Created 7 years, 8 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
Index: chrome/browser/browser_process.h
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
index 0b4c6746d1fadd6a8b75964c9aedb406b2e399b2..5117f3906d6990ecdcf9a0ca701aed7f7f7096e0 100644
--- a/chrome/browser/browser_process.h
+++ b/chrome/browser/browser_process.h
@@ -41,6 +41,7 @@ class RenderWidgetSnapshotTaker;
class SafeBrowsingService;
class StatusTray;
class WatchDogThread;
+class WebRtcLogUploadManager;
namespace chrome {
class MediaFileSystemRegistry;
@@ -227,6 +228,8 @@ class BrowserProcess {
virtual void OnMetroViewerProcessTerminated() = 0;
#endif
+ virtual WebRtcLogUploadManager* webrtc_log_upload_manager() = 0;
+
private:
DISALLOW_COPY_AND_ASSIGN(BrowserProcess);
};
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.h » ('j') | content/browser/renderer_host/webrtc_logging_handler_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698