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

Unified Diff: content/public/browser/web_contents_delegate.h

Issue 251653003: Introduces DevToolsManagerDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add InspectWorker() to WebContents, WebContentsImpl, WebContentsDelegate and Browser. 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: content/public/browser/web_contents_delegate.h
diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
index 0edb3bdcd93d51dbc6ec7e22daea0c22c1ac5f57..401061170c0e5e7ce548ada27a297986a8590a65 100644
--- a/content/public/browser/web_contents_delegate.h
+++ b/content/public/browser/web_contents_delegate.h
@@ -62,6 +62,7 @@ struct WebWindowFeatures;
namespace content {
+class DevToolsAgentHost;
struct OpenURLParams;
// Objects implement this interface to get notified about changes in the
@@ -468,6 +469,8 @@ class CONTENT_EXPORT WebContentsDelegate {
// Returns true if the WebContents is never visible.
virtual bool IsNeverVisible(WebContents* web_contents);
+ virtual void InspectWorker(DevToolsAgentHost* agent_host) {}
+
protected:
virtual ~WebContentsDelegate();
« content/public/browser/web_contents.h ('K') | « content/public/browser/web_contents.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698