| Index: chrome/browser/browser_process.h
|
| diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
|
| index 22b347cfc7c49e04441b6a5b28066bf59cb97803..a8010ad7108d9c59085fdf093e32a03bdafe3d71 100644
|
| --- a/chrome/browser/browser_process.h
|
| +++ b/chrome/browser/browser_process.h
|
| @@ -50,6 +50,10 @@ namespace chrome_variations {
|
| class VariationsService;
|
| }
|
|
|
| +namespace components {
|
| +class WebRtcLogUploader;
|
| +}
|
| +
|
| namespace extensions {
|
| class EventRouterForwarder;
|
| }
|
| @@ -223,6 +227,8 @@ class BrowserProcess {
|
| virtual void OnMetroViewerProcessTerminated() = 0;
|
| #endif
|
|
|
| + virtual components::WebRtcLogUploader* webrtc_log_uploader() = 0;
|
| +
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(BrowserProcess);
|
| };
|
|
|