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

Unified Diff: sky/engine/v8_inspector/ScriptDebugServer.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/ScriptDebugServer.h
diff --git a/sky/engine/v8_inspector/ScriptDebugServer.h b/sky/engine/v8_inspector/ScriptDebugServer.h
index 1933e2a7ef54e095b7e7c7064eec8c3f5ce6f5f1..30395813da6ae2723b4836dabb9e33a1e90dd9d7 100644
--- a/sky/engine/v8_inspector/ScriptDebugServer.h
+++ b/sky/engine/v8_inspector/ScriptDebugServer.h
@@ -112,9 +112,6 @@ public:
virtual String preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName);
virtual void clearPreprocessor() { }
- virtual void muteWarningsAndDeprecations() { }
- virtual void unmuteWarningsAndDeprecations() { }
-
protected:
explicit ScriptDebugServer(v8::Isolate*);
virtual ~ScriptDebugServer();

Powered by Google App Engine
This is Rietveld 408576698