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 9432b5ecdddf98d2d15806cdce55e8b1a9882acb..13be404227d7ce54e20452256e9515317d83a893 100644 |
--- a/chrome/browser/chrome_content_browser_client.h |
+++ b/chrome/browser/chrome_content_browser_client.h |
@@ -278,6 +278,9 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient { |
virtual bool IsPluginAllowedToUseDevChannelAPIs() OVERRIDE; |
+ virtual content::DevToolsManagerDelegate* GetDevToolsManagerDelegate() |
+ OVERRIDE; |
jam
2014/05/12 15:01:23
nit: don't start a line with OVERRIDE
horo
2014/05/12 16:21:48
Done.
|
+ |
private: |
#if defined(ENABLE_WEBRTC) |
// Copies disable WebRTC encryption switch depending on the channel. |