| 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 84703c1a501c0c7f6857ec19bfdc72256b7e7878..b430f229d2a034bcc8d7c9970131a4870754a27b 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -253,6 +253,10 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| const GURL& url) OVERRIDE;
|
| #endif
|
|
|
| + virtual bool IsWebRtcLoggingAllowed() OVERRIDE;
|
| + virtual void UploadWebRtcLog(scoped_ptr<base::SharedMemory> shared_memory,
|
| + uint32 length) OVERRIDE;
|
| +
|
| private:
|
| // Set of origins that can use TCP/UDP private APIs from NaCl.
|
| std::set<std::string> allowed_socket_origins_;
|
|
|