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

Unified Diff: Source/core/inspector/InspectorPageAgent.h

Issue 527183002: Oilpan: Prepare moving InspectorResourceContentLoader to Oilpan (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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 | « no previous file | Source/core/inspector/InspectorPageAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorPageAgent.h
diff --git a/Source/core/inspector/InspectorPageAgent.h b/Source/core/inspector/InspectorPageAgent.h
index 246f77dc9d76b1ba7f0e6f254c15961e197343e8..d50e6fbbabac2d3d9a95d24281b8836b4cb0f16e 100644
--- a/Source/core/inspector/InspectorPageAgent.h
+++ b/Source/core/inspector/InspectorPageAgent.h
@@ -150,6 +150,7 @@ public:
virtual void setFrontend(InspectorFrontend*) OVERRIDE;
virtual void clearFrontend() OVERRIDE;
virtual void restore() OVERRIDE;
+ virtual void discardAgent() OVERRIDE;
// Cross-agents API
Page* page() { return m_page; }
@@ -219,7 +220,7 @@ private:
double m_embedderFontScaleFactor;
bool m_embedderPreferCompositingToLCDTextEnabled;
- OwnPtr<InspectorResourceContentLoader> m_inspectorResourceContentLoader;
+ OwnPtrWillBeMember<InspectorResourceContentLoader> m_inspectorResourceContentLoader;
HashMap<String, String> m_editedResourceContent;
};
« no previous file with comments | « no previous file | Source/core/inspector/InspectorPageAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698