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

Unified Diff: Source/core/inspector/PageDebuggerAgent.cpp

Issue 447553002: Remove inspector deadcode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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/core/inspector/PageDebuggerAgent.h ('k') | Source/platform/graphics/GraphicsContextRecorder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/PageDebuggerAgent.cpp
diff --git a/Source/core/inspector/PageDebuggerAgent.cpp b/Source/core/inspector/PageDebuggerAgent.cpp
index 9afa678bfd8ee4dc8646b65bff061af7d4cba24a..c5dba5df68f9a8e8f77790c8e8483f61ebcd74b8 100644
--- a/Source/core/inspector/PageDebuggerAgent.cpp
+++ b/Source/core/inspector/PageDebuggerAgent.cpp
@@ -147,20 +147,6 @@ void PageDebuggerAgent::didClearDocumentOfWindowObject(LocalFrame* frame)
scriptDebugServer().setPreprocessorSource(m_pageAgent->scriptPreprocessorSource());
}
-String PageDebuggerAgent::preprocessEventListener(LocalFrame* frame, const String& source, const String& url, const String& functionName)
vsevik 2014/08/06 07:26:39 I believe this is actually the code that was inten
pdr. 2014/08/06 20:11:47 I see what you mean, but I think this was just add
vsevik 2014/08/07 13:43:35 I meant that we might want to add another implemen
-{
- ASSERT(frame);
- ASSERT(m_pageScriptDebugServer);
- return m_pageScriptDebugServer->preprocessEventListener(frame, source, url, functionName);
-}
-
-PassOwnPtr<ScriptSourceCode> PageDebuggerAgent::preprocess(LocalFrame* frame, const ScriptSourceCode& sourceCode)
-{
- ASSERT(m_pageScriptDebugServer);
- ASSERT(frame);
- return m_pageScriptDebugServer->preprocess(frame, sourceCode);
-}
-
void PageDebuggerAgent::didCommitLoad(LocalFrame* frame, DocumentLoader* loader)
{
Frame* mainFrame = frame->page()->deprecatedLocalMainFrame();
« no previous file with comments | « Source/core/inspector/PageDebuggerAgent.h ('k') | Source/platform/graphics/GraphicsContextRecorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698