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

Unified Diff: Source/core/inspector/V8DebuggerAgent.h

Issue 1298373005: DevTools: inline some private methods that called only once (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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 | « no previous file | Source/core/inspector/V8DebuggerAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/V8DebuggerAgent.h
diff --git a/Source/core/inspector/V8DebuggerAgent.h b/Source/core/inspector/V8DebuggerAgent.h
index 1e604f4f38d8848b541bbd48698bce17c59441df..87b92052a1263a4d781b13237f2e9c4d6892e05d 100644
--- a/Source/core/inspector/V8DebuggerAgent.h
+++ b/Source/core/inspector/V8DebuggerAgent.h
@@ -170,7 +170,6 @@ public:
private:
bool checkEnabled(ErrorString*);
void enable();
- void disable();
SkipPauseRequest didPause(v8::Local<v8::Context>, v8::Local<v8::Object> callFrames, v8::Local<v8::Value> exception, const Vector<String>& hitBreakpoints, bool isPromiseRejection) final;
void didContinue() final;
@@ -199,7 +198,6 @@ private:
PassRefPtr<TypeBuilder::Debugger::Location> resolveBreakpoint(const String& breakpointId, const String& scriptId, const ScriptBreakpoint&, BreakpointSource);
void removeBreakpoint(const String& breakpointId);
- void clear();
void clearStepIntoAsync();
bool assertPaused(ErrorString*);
void clearBreakDetails();
@@ -209,7 +207,6 @@ private:
bool isCallStackEmptyOrBlackboxed();
bool isTopCallFrameBlackboxed();
bool isCallFrameWithUnknownScriptOrBlackboxed(PassRefPtr<JavaScriptCallFrame>);
- PromiseTracker& promiseTracker() const { return *m_promiseTracker; }
void internalSetAsyncCallStackDepth(int);
void increaseCachedSkipStackGeneration();
« no previous file with comments | « no previous file | Source/core/inspector/V8DebuggerAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698