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

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerClient.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/V8DebuggerClient.h
diff --git a/third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerClient.h b/third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerClient.h
index 0e110e0c523e490f15b9c77bb829d77a2775980d..e185a018643d4a21cf3e6b0593fc675c4354d5e5 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerClient.h
+++ b/third_party/WebKit/Source/platform/v8_inspector/public/V8DebuggerClient.h
@@ -33,6 +33,8 @@ public:
virtual bool isInspectableHeapObject(v8::Local<v8::Object>) = 0;
virtual void beginEnsureAllContextsInGroup(int contextGroupId) = 0;
virtual void endEnsureAllContextsInGroup(int contextGroupId) = 0;
+ // TODO(dgozman): this was added to support service worker shadow page. We should not connect at all.
+ virtual bool canExecuteScripts(int contextGroupId) = 0;
virtual void installAdditionalCommandLineAPI(v8::Local<v8::Context>, v8::Local<v8::Object>) = 0;

Powered by Google App Engine
This is Rietveld 408576698