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

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

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
Index: Source/core/inspector/PageDebuggerAgent.h
diff --git a/Source/core/inspector/PageDebuggerAgent.h b/Source/core/inspector/PageDebuggerAgent.h
index 88a1ccd4ea0faa28fd163fc1beca0ed1e6a793b2..3d875be7c0ff68f06a31f4804bec885f840fee1e 100644
--- a/Source/core/inspector/PageDebuggerAgent.h
+++ b/Source/core/inspector/PageDebuggerAgent.h
@@ -56,8 +56,6 @@ public:
virtual void trace(Visitor*) OVERRIDE;
void didClearDocumentOfWindowObject(LocalFrame*);
- String preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName);
- PassOwnPtr<ScriptSourceCode> preprocess(LocalFrame*, const ScriptSourceCode&);
void didCommitLoad(LocalFrame*, DocumentLoader*);
protected:

Powered by Google App Engine
This is Rietveld 408576698