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

Unified Diff: content/public/browser/web_contents.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
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/public/browser/web_contents_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/web_contents.h
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
index fd31c1af4e9733b8072a861e635c4d695625d115..716ec2bfe1d2993eec083928a717318fe2f1dced 100644
--- a/content/public/browser/web_contents.h
+++ b/content/public/browser/web_contents.h
@@ -44,6 +44,7 @@ struct LoadStateWithParam;
namespace content {
class BrowserContext;
+class DevToolsAgentHost;
class InterstitialPage;
class PageState;
class RenderFrameHost;
@@ -593,6 +594,8 @@ class WebContents : public PageNavigator,
virtual void RemoveOverlayView() = 0;
#endif // OS_ANDROID
+ virtual void InspectWorker(DevToolsAgentHost* agent_host) = 0;
pfeldman 2014/05/08 10:26:30 Please don't. I don't see how WebContents interfac
horo 2014/05/08 11:29:19 Could you please let me know how I can open DevToo
+
private:
// This interface should only be implemented inside content.
friend class WebContentsImpl;
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/public/browser/web_contents_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698