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

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

Issue 148253005: DevTools: remove references to modules/indexeddb from core/inspector (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 10 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: Source/core/inspector/InspectorController.h
diff --git a/Source/core/inspector/InspectorController.h b/Source/core/inspector/InspectorController.h
index 3c829c8a1acfc002c6f53efaa399dd2900cea1dd..e8098bea0d077784547ad763560a857f94c20889 100644
--- a/Source/core/inspector/InspectorController.h
+++ b/Source/core/inspector/InspectorController.h
@@ -125,6 +125,9 @@ public:
void scriptsEnabled(bool);
+ InspectorPageAgent* pageAgent() { return m_pageAgent; }
+ InjectedScriptManager* injectedScriptManager() { return m_injectedScriptManager.get(); }
+
private:
InspectorController(Page*, InspectorClient*);

Powered by Google App Engine
This is Rietveld 408576698