| 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 9b899a60b8a31b43a657aa6c5d72f371cc6c5b70..ec501a4f9a077389b444d5351142d836a344d043 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -242,6 +242,9 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| const GURL& url) OVERRIDE;
|
| #endif
|
|
|
| + virtual bool UploadWebRtcLog(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_;
|
|
|