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 328f731e6b09fb9e0126cec53b1bd653b586691e..276b675b0ce3c059821114e963bc6a7b8aad8e24 100644 |
--- a/chrome/browser/chrome_content_browser_client.h |
+++ b/chrome/browser/chrome_content_browser_client.h |
@@ -11,6 +11,7 @@ |
#include <vector> |
#include "base/compiler_specific.h" |
+#include "base/platform_file.h" |
#include "content/public/browser/content_browser_client.h" |
#if defined(OS_ANDROID) |
@@ -246,6 +247,9 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient { |
const GURL& url) OVERRIDE; |
#endif |
+ virtual base::PlatformFile CreateWebRtcLogFile() OVERRIDE; |
+ virtual void UploadWebRtcLog(base::PlatformFile log_file) OVERRIDE; |
+ |
private: |
// Set of origins that can use TCP/UDP private APIs from NaCl. |
std::set<std::string> allowed_socket_origins_; |