Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2380)

Unified Diff: chrome/browser/chrome_content_browser_client.h

Issue 251653003: Introduces DevToolsManagerDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix CloudPrintProxyPolicyStartupTest failure Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698