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

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

Issue 2139363003: [DevTools] Cleanup v8_inspector API part 1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased 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
« no previous file with comments | « third_party/WebKit/Source/platform/v8_inspector/public/V8InspectorSession.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1378b110e86af4ef30d7e608428fdb4bb9ddb913..e9e7c33ea83fd2a64cad3e6f801c3c995adf4e40 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/public/V8InspectorSessionClient.h
+++ b/third_party/WebKit/Source/platform/v8_inspector/public/V8InspectorSessionClient.h
@@ -5,20 +5,19 @@
#ifndef V8InspectorSessionClient_h
#define V8InspectorSessionClient_h
-#include "platform/inspector_protocol/FrontendChannel.h"
#include "platform/inspector_protocol/Platform.h"
#include <v8.h>
namespace blink {
-class PLATFORM_EXPORT V8InspectorSessionClient
-{
+class PLATFORM_EXPORT V8InspectorSessionClient {
public:
virtual ~V8InspectorSessionClient() { }
virtual void runtimeEnabled() = 0;
virtual void runtimeDisabled() = 0;
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;
virtual void profilingStarted() = 0;
virtual void profilingStopped() = 0;
« no previous file with comments | « third_party/WebKit/Source/platform/v8_inspector/public/V8InspectorSession.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698