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

Unified Diff: Source/web/WebLocalFrameImpl.h

Issue 1316033003: [DevTools] Make WebDevToolsAgentImpl own InspectorOverlayImpl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 | « Source/web/WebDevToolsAgentImpl.cpp ('k') | Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebLocalFrameImpl.h
diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
index 809caca406d66cf56df8341b999d77796e214372..f9499cfd6faecc06b4d18d1e1680fe92c32935e6 100644
--- a/Source/web/WebLocalFrameImpl.h
+++ b/Source/web/WebLocalFrameImpl.h
@@ -47,7 +47,6 @@ namespace blink {
class ChromePrintContext;
class GeolocationClientProxy;
-class InspectorOverlay;
class IntSize;
class KURL;
class Range;
@@ -285,7 +284,6 @@ public:
FrameView* frameView() const { return frame() ? frame()->view() : 0; }
- InspectorOverlay* inspectorOverlay();
WebDevToolsAgentImpl* devToolsAgentImpl() const { return m_devToolsAgent.get(); }
// Getters for the impls corresponding to Get(Provisional)DataSource. They
@@ -366,7 +364,6 @@ private:
// FIXME: These will need to change to WebFrame when we introduce WebFrameProxy.
RefPtrWillBeMember<LocalFrame> m_frame;
- OwnPtrWillBeMember<InspectorOverlay> m_inspectorOverlay;
OwnPtrWillBeMember<WebDevToolsAgentImpl> m_devToolsAgent;
// This is set if the frame is the root of a local frame tree, and requires a widget for layout.
« no previous file with comments | « Source/web/WebDevToolsAgentImpl.cpp ('k') | Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698