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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorSession.h

Issue 2179683002: [DevTools] Cleanup v8_inspector API part 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: breakDetails Created 4 years, 5 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: third_party/WebKit/Source/core/inspector/InspectorSession.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorSession.h b/third_party/WebKit/Source/core/inspector/InspectorSession.h
index 8a9abbebe1af72eaa1b262f4ace23937eb2c47c7..68fb1e331ffbba5a613b48e8249f2bacfa3f6711 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorSession.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorSession.h
@@ -61,8 +61,6 @@ private:
void sendProtocolNotification(const protocol::String16& message) override;
// V8InspectorSessionClient implementation.
- void runtimeEnabled() override;
- void runtimeDisabled() override;
void resumeStartup() override;
bool canExecuteScripts() override;
void profilingStarted() override;

Powered by Google App Engine
This is Rietveld 408576698