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 8cb0b839bc2f12ff90cffdc1896fbeaa41f08ef5..1d2ee35a304636871b61ef21f47758b3a6d7b4c7 100644 |
--- a/chrome/browser/chrome_content_browser_client.h |
+++ b/chrome/browser/chrome_content_browser_client.h |
@@ -256,6 +256,15 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient { |
const GURL& url) OVERRIDE; |
#endif |
+#if defined(ENABLE_WEBRTC) |
+ virtual bool IsWebRtcLoggingAllowed() OVERRIDE; |
+ virtual void UploadWebRtcLog(content::BrowserContext* browser_context, |
+ scoped_ptr<base::SharedMemory> shared_memory, |
+ uint32 length, |
+ const std::string& app_session_id, |
+ const std::string& app_url) OVERRIDE; |
+#endif |
+ |
private: |
// Set of origins that can use TCP/UDP private APIs from NaCl. |
std::set<std::string> allowed_socket_origins_; |