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

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/public/V8InspectorSessionClient.h

Issue 2194063002: [DevTools] Move canExecuteScript to V8DebuggerClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/platform/v8_inspector/public/V8InspectorSessionClient.h
diff --git a/third_party/WebKit/Source/platform/v8_inspector/public/V8InspectorSessionClient.h b/third_party/WebKit/Source/platform/v8_inspector/public/V8InspectorSessionClient.h
index e64fcec633ca47ad229b1d755a8df0a21da7a48d..8908f67f1bf11ec144ddd8498215f63eaccf34bf 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/public/V8InspectorSessionClient.h
+++ b/third_party/WebKit/Source/platform/v8_inspector/public/V8InspectorSessionClient.h
@@ -15,8 +15,6 @@ class PLATFORM_EXPORT V8InspectorSessionClient {
public:
virtual ~V8InspectorSessionClient() { }
virtual void resumeStartup() = 0;
- // TODO(dgozman): this was added to support service worker shadow page. We should not connect at all.
- virtual bool canExecuteScripts() = 0;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698