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

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.h

Issue 2112593003: [DevTools] Remove [V8] from InspectorInstrumentation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup, moving csp event to dom debugger Created 4 years, 6 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/V8InspectorSessionImpl.h
diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.h
index 225646b88e3cda287e93c26d5cd133515931282e..b0aaadb47efc16b3617873ae366390b1ec1839c5 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.h
+++ b/third_party/WebKit/Source/platform/v8_inspector/V8InspectorSessionImpl.h
@@ -48,7 +48,6 @@ public:
void discardInjectedScripts();
void reportAllContexts(V8RuntimeAgentImpl*);
void setCustomObjectFormatterEnabled(bool);
- void changeInstrumentationCounter(int delta);
// V8InspectorSession implementation.
void dispatchProtocolMessage(const String16& message) override;
@@ -77,7 +76,6 @@ private:
V8DebuggerImpl* m_debugger;
V8InspectorSessionClient* m_client;
bool m_customObjectFormatterEnabled;
- int m_instrumentationCounter;
protocol::UberDispatcher m_dispatcher;
std::unique_ptr<protocol::DictionaryValue> m_state;

Powered by Google App Engine
This is Rietveld 408576698