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

Unified Diff: sky/engine/v8_inspector/PageScriptDebugServer.h

Issue 771323002: Remove a couple more core/ header includes from v8_inspector (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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: sky/engine/v8_inspector/PageScriptDebugServer.h
diff --git a/sky/engine/v8_inspector/PageScriptDebugServer.h b/sky/engine/v8_inspector/PageScriptDebugServer.h
index aaabdeaf11736ef4e9fdf16010c61e77d9d8b7e8..0efc82dc730e576cf8e659ccc506a42432997308 100644
--- a/sky/engine/v8_inspector/PageScriptDebugServer.h
+++ b/sky/engine/v8_inspector/PageScriptDebugServer.h
@@ -84,9 +84,6 @@ public:
virtual String preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName) override;
virtual void clearPreprocessor() override;
- virtual void muteWarningsAndDeprecations() override;
- virtual void unmuteWarningsAndDeprecations() override;
-
private:
PageScriptDebugServer();
virtual ~PageScriptDebugServer();

Powered by Google App Engine
This is Rietveld 408576698